From 948331baee0adcc8841bbc1e9b3c144ef5a9b951 Mon Sep 17 00:00:00 2001 From: chrchr Date: Fri, 28 Jul 2023 16:03:02 +0200 Subject: [PATCH] Undo --- test/testother.cpp | 1 - 1 file changed, 1 deletion(-) 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"