Add gas test confirming that br instructions do not end blocks.

This commit is contained in:
Jim Posen
2019-06-26 12:50:43 +02:00
parent 89e13ee901
commit 863744b1fc
6 changed files with 65 additions and 7 deletions
+1
View File
@@ -122,4 +122,5 @@ mod gas {
def_gas_test!(simple);
def_gas_test!(start);
def_gas_test!(call);
def_gas_test!(branch);
}