Skip to content

Commit 4ad6cb1

Browse files
Update testio.cpp
1 parent 51ba854 commit 4ad6cb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,7 @@ class TestIO : public TestFixture {
33713371
"}");
33723372
ASSERT_EQUALS("", errout_str());
33733373

3374-
check("enum E : uint8_t { E0 }; \n"
3374+
check("enum E : uint8_t { E0 }; \n" // #7959
33753375
"void f(E e) {\n"
33763376
" printf(\"%hhu\", e);\n"
33773377
"}");

0 commit comments

Comments
 (0)