diff --git a/test/testastutils.cpp b/test/testastutils.cpp index 5220a8246fc..8e54c5a6f3d 100644 --- a/test/testastutils.cpp +++ b/test/testastutils.cpp @@ -230,7 +230,6 @@ class TestAstUtils : public TestFixture { } void isVariableChangedTest() { -#if 0 // #8211 - no lhs for >> , do not crash isVariableChanged("void f() {\n" " int b;\n" @@ -250,7 +249,6 @@ class TestAstUtils : public TestFixture { "void f(int x) { g(&x); }\n", "{", "}")); -#endif ASSERT_EQUALS(false, isVariableChanged("const int A[] = { 1, 2, 3 };", "[", "]")); }