We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc388d0 commit fa3bbeeCopy full SHA for fa3bbee
Makefile
@@ -151,7 +151,7 @@ ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS := ${CONSTANTS} \
151
${WCP}
152
153
154
-zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
+zkevm_for_old_replay_tests.bin: ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
155
${GO_CORSET_COMPILE} -o $@ ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
156
157
# Corset is order sensitive - to compile, we load the constants first
@@ -187,5 +187,5 @@ ZKEVM_MODULES_FOR_REFERENCE_TESTS := ${CONSTANTS} \
187
188
189
190
-zkevm_for_old_replay_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
+zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
191
${GO_CORSET_COMPILE} -o $@ ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
0 commit comments