We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc26873 commit 4098e00Copy full SHA for 4098e00
test/testtokenize.cpp
@@ -4676,7 +4676,7 @@ class TestTokenizer : public TestFixture {
4676
4677
const char code9[] = "using namespace std;\n"
4678
"swap s;"; // That's obviously not std::swap
4679
- ASSERT_EQUALS("swap s ;", tokenizeAndStringify(9));
+ ASSERT_EQUALS("swap s ;", tokenizeAndStringify(code9));
4680
4681
const char code10[] = "using namespace std;\n"
4682
"std::string s;";
0 commit comments