Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed May 11, 2024
1 parent 0d60a59 commit 067e6bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/testtokenize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7606,8 +7606,7 @@ class TestTokenizer : public TestFixture {
ASSERT_NO_THROW(tokenizeAndStringify("template<class T, class U>\n"
"struct X { X(U) requires true {} };\n"));
ASSERT_NO_THROW(tokenizeAndStringify("template <typename T>\n"
"struct test { operator int() requires true { return 0; } };\n"
));
"struct test { operator int() requires true { return 0; } };\n"));
}

void noCrash1() {
Expand Down

0 comments on commit 067e6bc

Please sign in to comment.