We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e101d72 commit 6d8479eCopy full SHA for 6d8479e
1 file changed
test/testtokenize.cpp
@@ -1703,7 +1703,6 @@ class TestTokenizer : public TestFixture {
1703
" for ( ; x; )\n"
1704
" l1: l2: --x;\n"
1705
"}"));
1706
- ignore_errout();
1707
1708
// Labels before {
1709
ASSERT_EQUALS("void f ( int x ) {\n"
@@ -1714,7 +1713,6 @@ class TestTokenizer : public TestFixture {
1714
1713
1715
" l1: l2: { -- x; }\n"
1716
1717
1718
1719
// Labels before try/catch
1720
@@ -1729,7 +1727,6 @@ class TestTokenizer : public TestFixture {
1729
1727
" try { throw 1; }\n"
1730
1728
" catch(...) { --x; }\n"
1731
1732
1733
}
1734
1735
0 commit comments