Fix syntax errors in ASTJSON tests

This commit is contained in:
wechman
2022-03-14 14:21:06 +01:00
committed by wechman
parent d609409624
commit 5f7ff667b9
21 changed files with 389 additions and 230 deletions
@@ -3,8 +3,8 @@ contract C {
assembly {
function f1() {
function f2() { }
x := 2
}
x := 2
}
}
}