Skip to content

Commit ced1d58

Browse files
committed
C++: Accept test changes.
1 parent 8e005a6 commit ced1d58

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ void test_aggregate_literal() {
3535

3636
S s5 = {.a = 1, .b = 2}; // $ asExpr=1 asExpr=2 asExpr={...}
3737

38-
int xs[] = {1, 2, 3}; // $ asExpr=1 asExpr=2 asExpr=3 MISSING: asExpr={...}
39-
const int ys[] = {[0] = 4, [1] = 5, [0] = 6}; // $ asExpr=4 asExpr=5 asExpr=6 MISSING: asExpr={...}
38+
int xs[] = {1, 2, 3}; // $ asExpr=1 asExpr=2 asExpr=3 asExpr={...}
39+
const int ys[] = {[0] = 4, [1] = 5, [0] = 6}; // $ asExpr=4 asExpr=5 asExpr=6 asExpr={...}
4040
}

0 commit comments

Comments
 (0)