Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Nov 13, 2023
1 parent 63d962c commit 067cea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsimplifytemplate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,7 @@ class TestSimplifyTemplate : public TestFixture {
}

void template163() { // #9685 syntax error
const char code[] = "extern \"C++\" template < typename T > T * test ( ) { return nullptr ; }";
const char code[] = "template < typename T > T * test ( ) { return nullptr ; }";
ASSERT_EQUALS(code, tok(code));
}

Expand Down

0 comments on commit 067cea6

Please sign in to comment.