We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9033670 commit a4d0337Copy full SHA for a4d0337
cpp/ql/test/library-tests/dataflow/dataflow-tests/test.cpp
@@ -779,7 +779,7 @@ void test_sometimes_calls_sink_lt() {
779
void sometimes_calls_sink_switch(int x, int n) {
780
switch(n) {
781
case 0:
782
- sink(x); // $ ast,ir=790:31 SPURIOUS: ast,ir=788:31 // IR spurious results because IRGuard don't understand switch statements.
+ sink(x); // $ ast,ir=790:31 SPURIOUS: ast,ir=788:31 // IR spurious results because IRGuard doesn't understand switch statements.
783
break;
784
}
785
0 commit comments