diff --git a/test/testother.cpp b/test/testother.cpp index adc19dfc081..2024a031f1d 100644 --- a/test/testother.cpp +++ b/test/testother.cpp @@ -3787,7 +3787,6 @@ class TestOther : public TestFixture { "}\n"); ASSERT_EQUALS("", errout.str()); - check("struct S { int a[1]; };\n" "void f(S* s) {\n" " if (s->a[0]) {}\n"