You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/testgarbage.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,7 @@ class TestGarbage : public TestFixture {
401
401
ASSERT_EQUALS("", errout_str());
402
402
}
403
403
{
404
+
// TODO: add column and IDs
404
405
SimpleTokenizer tokenizer(settings, *this);
405
406
ASSERT(tokenizer.tokenize(code));
406
407
ASSERT_EQUALS("[test.cpp:1]: (information) The code 'class x y {' is not handled. You can use -I or --include to add handling of this code.\n", errout_str());
0 commit comments