Skip to content

Commit 0b4650a

Browse files
committed
C++: Accept test changes.
1 parent 7d0cfc6 commit 0b4650a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ void test_accept() {
1919
int size = sizeof(sockaddr);
2020
int a = accept(s, &addr, &size);
2121

22-
sink(a); // $ ast=17:11 SPURIOUS: ast=18:12 MISSING: ir
23-
sink(addr); // $ ast MISSING: ir
22+
sink(a); // $ ast=17:11 ir SPURIOUS: ast=18:12
23+
sink(addr); // $ ast,ir
2424
}

0 commit comments

Comments
 (0)