Skip to content

Commit b8b841c

Browse files
committed
Add overlay[loca] in 4 more tests
1 parent df9f8ee commit b8b841c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

go/ql/test/library-tests/semmle/go/dataflow/ExternalFlowInheritance/ql_I1.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module FlowTest implements TestSig {
3434
}
3535
}
3636

37+
overlay[local]
3738
class MyStep extends DataFlow::FunctionModel, Method {
3839
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "I1", "Step") }
3940

go/ql/test/library-tests/semmle/go/dataflow/ExternalFlowInheritance/ql_P1.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module FlowTest implements TestSig {
4444
}
4545
}
4646

47+
overlay[local]
4748
class MyStep extends DataFlow::FunctionModel, Method {
4849
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "P1", "Step") }
4950

go/ql/test/library-tests/semmle/go/dataflow/ExternalFlowInheritance/ql_S1.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ module FlowTest implements TestSig {
4444
}
4545
}
4646

47+
overlay[local]
4748
class MyStep extends DataFlow::FunctionModel, Method {
4849
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "S1", "Step") }
4950

go/ql/test/library-tests/semmle/go/dataflow/VarArgsWithFunctionModels/Flows.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import ModelValidation
44
import utils.test.InlineFlowTest
55
import DefaultFlowTest
66

7+
overlay[local]
78
class SummaryModelTest extends DataFlow::FunctionModel {
89
FunctionInput inp;
910
FunctionOutput outp;

0 commit comments

Comments
 (0)