Skip to content

Commit 941b0ab

Browse files
committed
Move modules to the library packs.
1 parent 864c34f commit 941b0ab

File tree

53 files changed

+9
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9
-9
lines changed

cpp/ql/src/utils/test/InlineExpectationsTestQuery.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
private import cpp
66
private import codeql.util.test.InlineExpectationsTest as T
7-
private import internal.InlineExpectationsTestImpl
7+
private import utils.test.internal.InlineExpectationsTestImpl
88
import T::TestPostProcessing
99
import T::TestPostProcessing::Make<Impl, Input>
1010

csharp/ql/src/utils/test/InlineExpectationsTestQuery.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
private import csharp
66
private import codeql.util.test.InlineExpectationsTest as T
7-
private import internal.InlineExpectationsTestImpl
7+
private import utils.test.internal.InlineExpectationsTestImpl
88
import T::TestPostProcessing
99
import T::TestPostProcessing::Make<Impl, Input>
1010

0 commit comments

Comments
 (0)