Skip to content

Commit 87b6c5a

Browse files
committed
C++: Accept test changes.
1 parent adfa5a5 commit 87b6c5a

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/dataflow/dataflow-tests

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ namespace MyNamespace {
3636

3737
void call_set_without_ssa_def() {
3838
set_without_ssa_def();
39-
sink(global_a.x); // $ MISSING: ast,ir
39+
sink(global_a.x); // $ ir MISSING: ast
4040
}
4141
}

0 commit comments

Comments
 (0)