Skip to content

Commit a4d0337

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 9033670 commit a4d0337

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/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ void test_sometimes_calls_sink_lt() {
779779
void sometimes_calls_sink_switch(int x, int n) {
780780
switch(n) {
781781
case 0:
782-
sink(x); // $ ast,ir=790:31 SPURIOUS: ast,ir=788:31 // IR spurious results because IRGuard don't understand switch statements.
782+
sink(x); // $ ast,ir=790:31 SPURIOUS: ast,ir=788:31 // IR spurious results because IRGuard doesn't understand switch statements.
783783
break;
784784
}
785785
}

0 commit comments

Comments
 (0)