Move modules to the library packs.

This commit is contained in:
Michael Nebel
2024-12-12 09:54:10 +01:00
parent 864c34fc03
commit 941b0abbf6
53 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
/**
* Inline expectation tests for Java.
* See `shared/util/codeql/util/test/InlineExpectationsTest.qll`
*/
private import codeql.util.test.InlineExpectationsTest
private import internal.InlineExpectationsTestImpl
import Make<Impl>