Skip to content

Commit 01c5c58

Browse files
committed
C++: Accept test changes.
1 parent d00fe6a commit 01c5c58

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ namespace MoreGlobalTests {
810810

811811
void read_indirect1() {
812812
sink(global_indirect1); // clean
813-
indirect_sink(*global_indirect1); // $ MISSING: ir,ast
813+
indirect_sink(*global_indirect1); // $ ir MISSING: ast
814814
}
815815

816816
void set_indirect2()
@@ -820,7 +820,7 @@ namespace MoreGlobalTests {
820820

821821
void read_indirect2() {
822822
sink(global_indirect2); // clean
823-
sink(**global_indirect2); // $ MISSING: ir,ast
823+
sink(**global_indirect2); // $ ir MISSING: ast
824824
}
825825

826826
// overload source with a boolean parameter so

0 commit comments

Comments
 (0)