Skip to content

Commit

Permalink
Also move the postprocessing queries to the library pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Dec 12, 2024
1 parent 941b0ab commit 0bfc1b6
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import cpp
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import csharp
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import go
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import java
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import javascript
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import python
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import ruby
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import rust
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

private import swift
private import codeql.util.test.InlineExpectationsTest as T
private import utils.test.internal.InlineExpectationsTestImpl
private import internal.InlineExpectationsTestImpl
import T::TestPostProcessing
import T::TestPostProcessing::Make<Impl, Input>

Expand Down

0 comments on commit 0bfc1b6

Please sign in to comment.