Skip to content

Commit 1ceb98e

Browse files
author
Barnabás Domozi
committed
Extend module level efferent coupling test cases.
1 parent f208eb4 commit 1ceb98e

File tree

1 file changed

+2
-0
lines changed
  • plugins/cpp_metrics/test/sources/parser/module_c

1 file changed

+2
-0
lines changed

plugins/cpp_metrics/test/sources/parser/module_c/c2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
#define CC_CPP_MODULE_METRICS_TEST_C2
33

44
#include "../module_a/a2.h"
5+
#include "../module_b/b1.h"
56

67
namespace CC_CPP_MODULE_METRICS_TEST
78
{
89
class C2 {
910
A2 a2;
11+
B1 b1;
1012
};
1113
}
1214

0 commit comments

Comments
 (0)