Commit 03e92e9
authored
Fix #14654 Bad configuration for BOOST_AUTO_TEST_CASE (#8418)
We have this test using BOOST_AUTO_TEST_CASE, but it doesn't check what
the macro actually expands to:
https://github.com/danmar/cppcheck/blob/9d1b35b82505fda733638a6dd08ef9fe3fbd63eb/test/cfg/boost.cpp#L184
None of the macros are variadic, see e.g. here:
https://www.boost.org/doc/libs/latest/libs/test/doc/html/boost_test/tests_organization/test_cases/test_organization_nullary.html1 parent e41115d commit 03e92e9
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments