Skip to content

Commit 941b0ab

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

53 files changed

Lines changed: 9 additions & 9 deletions

File tree

Some content is hidden

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

cpp/ql/src/utils/test/internal/InlineExpectationsTestImpl.qll renamed to cpp/ql/lib/utils/test/internal/InlineExpectationsTestImpl.qll

File renamed without changes.

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

csharp/ql/src/utils/test/internal/InlineExpectationsTestImpl.qll renamed to csharp/ql/lib/utils/test/internal/InlineExpectationsTestImpl.qll

File renamed without changes.

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)