Skip to content

Commit

Permalink
remove unnecessary param
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Oct 16, 2024
1 parent 3af2ed0 commit 35f9964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antelope_contracts/tests/erc20/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ add_eosio_test_executable( unit_test
)
add_dependencies(unit_test contracts)
# TODO: add back eos-vm-oc once change to disable EOS VM OC subjective limits during unit test are added
add_test(NAME erc20_tests COMMAND unit_test --report_level=detailed --color_output --log_level=test_suite )
add_test(NAME erc20_tests COMMAND unit_test --report_level=detailed --color_output )

0 comments on commit 35f9964

Please sign in to comment.