mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
C++: Accept taint test changes.
This commit is contained in:
@@ -28,6 +28,6 @@ void test_thread() {
|
||||
std::thread t3(thread_function_3, &s, 42);
|
||||
|
||||
std::thread t4([](S* p) {
|
||||
sink(p->x); // $ MISSING: ir
|
||||
sink(p->x); // $ ir
|
||||
}, &s);
|
||||
}
|
||||
Reference in New Issue
Block a user