Skip to content

Commit b0566af

Browse files
committed
C++: Accept test changes.
1 parent 36b7b6c commit b0566af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/guard-condition-regression-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ void test_guard_condition(int source, bool b)
1515
use(source);
1616
}
1717

18-
gard_condition_sink(source); // $ SPURIOUS: guard-condition-regression
18+
gard_condition_sink(source); // clean
1919
}

0 commit comments

Comments
 (0)