diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json index eea91c7ef..489d6eb74 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json @@ -28,23 +28,23 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "100000", - "//" : "contract contract1 ", - "//" : "{ ", - "//" : " uint value; ", - "//" : " function run() ", - "//" : " { ", - "//" : " value = 225; ", - "//" : " } ", - "//" : "} ", - "//" : " ", - "//" : "contract contract2 ", - "//" : "{ ", - "//" : " uint value2; ", - "//" : " function run() ", - "//" : " { ", - "//" : " value2 = 335; ", - "//" : " } ", - "//" : "} ", + "//comment1" : "contract contract1", + "//comment2" : "{", + "//comment3" : " uint value;", + "//comment4" : " function run()", + "//comment5" : " {", + "//comment6" : " value = 225;", + "//comment7" : " }", + "//comment8" : "}", + "//comment9" : "", + "//comment10" : "contract contract2", + "//comment11" : "{", + "//comment12" : " uint value2;", + "//comment13" : " function run()", + "//comment14" : " {", + "//comment15" : " value2 = 335;", + "//comment16" : " }", + "//comment17" : "}", "code" : "0x60003560e060020a90048063c040622614601557005b601b6021565b60006000f35b61014f60008190555056", "nonce" : "0", "storage" : { |