mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
/**
|
|
* Inline expectation tests for C++.
|
|
* See `shared/util/codeql/util/test/InlineExpectationsTest.qll`
|
|
*/
|
|
|
|
import cpp as C
|
|
private import codeql.util.test.InlineExpectationsTest
|
|
private import internal.InlineExpectationsTestImpl
|
|
import Make<Impl>
|