Skip to content

Commit fe0391d

Browse files
committed
Fix test
1 parent cc1e803 commit fe0391d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

test/cli/whole-program/odr3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
struct S { int i; }; // cppcheck-suppress unusedStructMember
44
#else
55
struct S {};
6-
#endif
6+
#endif

test/cli/whole-program_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ def __test_checkclass(extra_args):
254254
'--enable=information,style',
255255
'--error-exitcode=1',
256256
'whole-program/odr1.cpp',
257-
'whole-program/odr2.cpp'
257+
'whole-program/odr2.cpp',
258+
'whole-program/odr3.cpp'
258259
]
259260

260261
args += extra_args

0 commit comments

Comments
 (0)