@@ -169,7 +169,7 @@ proc runTest(appDir: string, spec: TestSpec): bool =
169169
170170 if spec.expOut.len > 0 :
171171 if spec.expOut.endsWith (" .json" ):
172- let path = base / spec.expOut
172+ let path = base / spec.expOut
173173 try :
174174 let want = json.parseFile (path)
175175 let have = json.parseJson (res)
@@ -470,7 +470,7 @@ const
470470 name : " Revert In Create In Init Create2" ,
471471 base : " testdata/00-512" ,
472472 input : t8nInput (
473- " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0" , " 0 "
473+ " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0"
474474 ),
475475 output: T8nOutput (alloc: true , result : true ),
476476 expOut: " exp.json" ,
@@ -479,7 +479,7 @@ const
479479 name : " Revert In Create In Init" ,
480480 base : " testdata/00-513" ,
481481 input : t8nInput (
482- " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0" , " 0 "
482+ " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0"
483483 ),
484484 output: T8nOutput (alloc: true , result : true ),
485485 expOut: " exp.json" ,
@@ -488,7 +488,7 @@ const
488488 name : " Init collision 3" ,
489489 base : " testdata/00-514" ,
490490 input : t8nInput (
491- " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0" , " 0 "
491+ " alloc.json" , " txs.rlp" , " env.json" , " Berlin" , " 0"
492492 ),
493493 output: T8nOutput (alloc: true , result : true ),
494494 expOut: " exp.json" ,
@@ -506,7 +506,7 @@ const
506506 name : " GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLast_Frontier" ,
507507 base : " testdata/00-516" ,
508508 input : t8nInput (
509- " alloc.json" , " txs.rlp" , " env.json" , " Frontier" , " 5000000000000000000" , " 0 "
509+ " alloc.json" , " txs.rlp" , " env.json" , " Frontier" , " 5000000000000000000"
510510 ),
511511 output: T8nOutput (alloc: true , result : true ),
512512 expOut: " exp.json" ,
0 commit comments