mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C++: Accept test changes.
This commit is contained in:
@@ -50,13 +50,13 @@ void test_sources() {
|
||||
sink(c);
|
||||
sink(d); // $ MISSING: ir
|
||||
|
||||
sink(remoteMadSourceVar); // $ MISSING: ir
|
||||
sink(remoteMadSourceVar); // $ ir
|
||||
|
||||
int e = localMadSource();
|
||||
sink(e); // $ ir
|
||||
|
||||
sink(MyNamespace::namespaceLocalMadSource()); // $: ir
|
||||
sink(MyNamespace::namespaceLocalMadSourceVar); // $ MISSING: ir
|
||||
sink(MyNamespace::namespaceLocalMadSourceVar); // $ ir
|
||||
sink(MyNamespace::MyNamespace2::namespace2LocalMadSource()); // $ ir
|
||||
sink(MyNamespace::localMadSource()); // $ (the MyNamespace version of this function is not a source)
|
||||
sink(namespaceLocalMadSource()); // (the global namespace version of this function is not a source)
|
||||
|
||||
Reference in New Issue
Block a user