C++: Fix test breaks due to private imports of cpp

This commit is contained in:
Dave Bartolomeo
2019-07-18 12:29:41 -07:00
parent 5d1d082a4f
commit add1702bf6
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
* LGTM until its performance is well understood.
*/
import cpp
import semmle.code.cpp.ir.IR
import semmle.code.cpp.ir.ValueNumbering

View File

@@ -1,3 +1,4 @@
private import cpp
private import semmle.code.cpp.ir.IR
Function viableImpl(CallInstruction call) { result = viableCallable(call) }