mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
C++: Accept test changes.
This commit is contained in:
@@ -110,5 +110,5 @@ T callWithNonTypeTemplate(const T&);
|
||||
void test_callWithNonTypeTemplate() {
|
||||
int x = ymlSource();
|
||||
int y = callWithNonTypeTemplate<10, int>(x);
|
||||
ymlSink(y); // $ MISSING: ir
|
||||
ymlSink(y); // $ ir
|
||||
}
|
||||
Reference in New Issue
Block a user