mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
Add overlay[loca] in 4 more tests
This commit is contained in:
@@ -34,6 +34,7 @@ module FlowTest implements TestSig {
|
||||
}
|
||||
}
|
||||
|
||||
overlay[local]
|
||||
class MyStep extends DataFlow::FunctionModel, Method {
|
||||
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "I1", "Step") }
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ module FlowTest implements TestSig {
|
||||
}
|
||||
}
|
||||
|
||||
overlay[local]
|
||||
class MyStep extends DataFlow::FunctionModel, Method {
|
||||
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "P1", "Step") }
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ module FlowTest implements TestSig {
|
||||
}
|
||||
}
|
||||
|
||||
overlay[local]
|
||||
class MyStep extends DataFlow::FunctionModel, Method {
|
||||
MyStep() { this.hasQualifiedName("github.com/nonexistent/test", "S1", "Step") }
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import ModelValidation
|
||||
import utils.test.InlineFlowTest
|
||||
import DefaultFlowTest
|
||||
|
||||
overlay[local]
|
||||
class SummaryModelTest extends DataFlow::FunctionModel {
|
||||
FunctionInput inp;
|
||||
FunctionOutput outp;
|
||||
|
||||
Reference in New Issue
Block a user