Skip to content

Commit 2ad2747

Browse files
authored
Renamed usage
1 parent c85ed97 commit 2ad2747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquidjava-verifier/src/main/java/liquidjava/smt/TranslatorContextToZ3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class TranslatorContextToZ3 {
2323
static void translateVariables(Context z3, Map<String, CtTypeReference<?>> ctx,
2424
Map<String, Expr<?>> varTranslation) {
2525

26-
createEnumVariables(z3, ctx, varTranslation);
26+
translateEnumVariables(z3, ctx, varTranslation);
2727

2828
for (Map.Entry<String, CtTypeReference<?>> entry : ctx.entrySet()) {
2929
String name = entry.getKey();

0 commit comments

Comments
 (0)