Skip to content

Commit 2dbf75f

Browse files
committed
C++: Accept test changes.
1 parent 30e0781 commit 2dbf75f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/test-source-sink.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ irFlow
323323
| test.cpp:1069:9:1069:14 | call to source | test.cpp:1074:10:1074:10 | i |
324324
| test.cpp:1069:9:1069:14 | call to source | test.cpp:1081:10:1081:10 | i |
325325
| test.cpp:1117:27:1117:34 | call to source | test.cpp:1117:27:1117:34 | call to source |
326+
| test.cpp:1132:11:1132:16 | call to source | test.cpp:1121:8:1121:8 | x |
326327
| true_upon_entry.cpp:9:11:9:16 | call to source | true_upon_entry.cpp:13:8:13:8 | x |
327328
| true_upon_entry.cpp:17:11:17:16 | call to source | true_upon_entry.cpp:21:8:21:8 | x |
328329
| true_upon_entry.cpp:27:9:27:14 | call to source | true_upon_entry.cpp:29:8:29:8 | x |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ void test_temp_with_conversion_from_materialization() {
11181118
}
11191119

11201120
void reads_input(int x) {
1121-
sink(x); // $ MISSING: ast,ir
1121+
sink(x); // $ ir MISSING: ast
11221122
}
11231123

11241124
void not_does_read_input(int x);

0 commit comments

Comments
 (0)