Skip to content

Commit 5538be1

Browse files
committed
CPP: fix module-imports that had not been patched
1 parent e98720d commit 5538be1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
private import semmle.code.cpp.ir.implementation.internal.TOperand
2-
import AliasedSSAOperands
2+
import AliasedSsaOperands
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
private import semmle.code.cpp.ir.implementation.internal.TOperand
2-
import UnaliasedSSAOperands
2+
import UnaliasedSsaOperands

0 commit comments

Comments
 (0)