Skip to content

Commit 6d8479e

Browse files
committed
Fix test
1 parent e101d72 commit 6d8479e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/testtokenize.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,6 @@ class TestTokenizer : public TestFixture {
17031703
" for ( ; x; )\n"
17041704
" l1: l2: --x;\n"
17051705
"}"));
1706-
ignore_errout();
17071706

17081707
// Labels before {
17091708
ASSERT_EQUALS("void f ( int x ) {\n"
@@ -1714,7 +1713,6 @@ class TestTokenizer : public TestFixture {
17141713
" for ( ; x; )\n"
17151714
" l1: l2: { -- x; }\n"
17161715
"}"));
1717-
ignore_errout();
17181716

17191717
// Labels before try/catch
17201718
ASSERT_EQUALS("void f ( int x ) {\n"
@@ -1729,7 +1727,6 @@ class TestTokenizer : public TestFixture {
17291727
" try { throw 1; }\n"
17301728
" catch(...) { --x; }\n"
17311729
"}"));
1732-
ignore_errout();
17331730
}
17341731

17351732

0 commit comments

Comments
 (0)