Skip to content

Commit 8fc6fb1

Browse files
hvitvedyoff
andauthored
Apply suggestions from code review
Co-authored-by: yoff <[email protected]>
1 parent 28a2d05 commit 8fc6fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/dataflow/codeql/dataflow/test/InlineFlowTest.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module InlineFlowTestMake<
124124
}
125125

126126
module ValueFlowTest<DataFlow::ConfigSig ValueFlowConfig> {
127-
import FlowTest<ValueFlowConfig, NoFlowConfig>
127+
import ValueFlowTestArgString<ValueFlowConfig, Impl::getArgString/2>
128128
}
129129

130130
module TaintFlowTestArgString<DataFlow::ConfigSig TaintFlowConfig, getArgStringSig/2 getArgString>
@@ -133,6 +133,6 @@ module InlineFlowTestMake<
133133
}
134134

135135
module TaintFlowTest<DataFlow::ConfigSig TaintFlowConfig> {
136-
import FlowTest<NoFlowConfig, TaintFlowConfig>
136+
import TaintFlowTestArgString<TaintFlowConfig, Impl::getArgString/2>
137137
}
138138
}

0 commit comments

Comments
 (0)