Skip to content

Commit 5b109ec

Browse files
committed
Upgrade EVMC to 10.1.0
1 parent c5abb3f commit 5b109ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DUP1,4
2222
add_test(NAME ${PREFIX}/trace COMMAND $<TARGET_FILE:evmc::tool> --vm $<TARGET_FILE:evmone>,trace run 60006002800103)
2323
set_tests_properties(
2424
${PREFIX}/trace PROPERTIES PASS_REGULAR_EXPRESSION
25-
"{\"depth\":0,\"rev\":\"Paris\",\"static\":false}
25+
"{\"depth\":0,\"rev\":\"Shanghai\",\"static\":false}
2626
{\"pc\":0,\"op\":96,\"opName\":\"PUSH1\",\"gas\":0xf4240,\"stack\":\\[\\],\"memorySize\":0}
2727
{\"pc\":2,\"op\":96,\"opName\":\"PUSH1\",\"gas\":0xf423d,\"stack\":\\[\"0x0\"\\],\"memorySize\":0}
2828
{\"pc\":4,\"op\":128,\"opName\":\"DUP1\",\"gas\":0xf423a,\"stack\":\\[\"0x0\",\"0x2\"\\],\"memorySize\":0}

0 commit comments

Comments
 (0)