Skip to content

Commit 858169a

Browse files
Update testsimplifytokens.cpp
1 parent f8390f1 commit 858169a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/testsimplifytokens.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ class TestSimplifyTokens : public TestFixture {
256256
const char code[] = "const auto* f() {\n"
257257
" return _T(\"abc\") _T(\"def\") _T(\"ghi\");\n"
258258
"}";
259-
260-
ASSERT_EQUALS("const auto * f ( ) { return L\"abcdefghi\" ; }", tok(code, /*simplify*/ true, cppcheck::Platform::Type::Native));
259+
ASSERT_EQUALS("const auto * f ( ) { return L\"abcdefghi\" ; }", tok(code, /*simplify*/ true, Platform::Type::Native));
261260
#endif
262261
}
263262

0 commit comments

Comments
 (0)