Skip to content

Commit

Permalink
Remvoe ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed May 20, 2024
1 parent a84b9f4 commit 72c0751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testastutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 };", "[", "]"));
}

Expand Down

0 comments on commit 72c0751

Please sign in to comment.