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 0ffb80e commit dd6b27dCopy full SHA for dd6b27d
cpp/ql/test/library-tests/dataflow/taint-tests/stringstream.cpp
@@ -38,7 +38,7 @@ void test_stringstream_string(int amount)
38
sink(ss2); // $ ast,ir
39
sink(ss3); // $ ast MISSING: ir
40
sink(ss4); // $ ast,ir
41
- sink(ss5); // $ ast MISSIN,ir
+ sink(ss5); // $ ast,ir
42
sink(ss1.str());
43
sink(ss2.str()); // $ ast,ir
44
sink(ss3.str()); // $ ast MISSING: ir
0 commit comments