Skip to content

Commit

Permalink
Update testtokenize.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored May 3, 2024
1 parent 95a0aa7 commit ebf4b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testtokenize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7149,6 +7149,8 @@ class TestTokenizer : public TestFixture {
ASSERT_NO_THROW(tokenizeAndStringify("template <typename T, int N>\n" // #12659
"constexpr void f(T(&&a)[N]) {}"));

ASSERT_NO_THROW(tokenizeAndStringify("typedef struct { typedef int T; } S;")); // #12700

ignore_errout();
}

Expand Down

0 comments on commit ebf4b7d

Please sign in to comment.