From 349ac7908f284d579530ef77078437071ab833c5 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Sat, 5 Aug 2017 13:17:37 -0400 Subject: fix invalid json fillers --- .../stSolidityTest/TestOverflowFiller.json | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json') diff --git a/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json index 7a5049b89..b7362d019 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/TestOverflowFiller.json @@ -28,31 +28,31 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "100000", - "//" : "contract main ", - "//" : "{ ", - "//" : " bool returnValue; ", - "//" : " function run() returns (bool) ", - "//" : " { ", - "//" : " returnValue = testOverflow(); ", - "//" : " return returnValue; ", - "//" : " } ", - "//" : " ", - "//" : " function testOverflow() returns (bool res) ", - "//" : " { ", - "//" : " res = true; ", - "//" : " uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935; ", - "//" : " if (a + 1 != 0) ", - "//" : " return false; ", - "//" : " ", - "//" : " uint32 b = 4294967295; ", - "//" : " if (b + 1 != 0) ", - "//" : " return false; ", - "//" : " ", - "//" : " uint64 c = 18446744073709551615; ", - "//" : " if (c + 1 != 0) ", - "//" : " return false; ", - "//" : " } ", - "//" : "} ", + "//comment1" : "contract main", + "//comment2" : "{", + "//comment3" : " bool returnValue;", + "//comment4" : " function run() returns (bool)", + "//comment5" : " {", + "//comment6" : " returnValue = testOverflow();", + "//comment7" : " return returnValue;", + "//comment8" : " }", + "//comment9" : "", + "//comment10" : " function testOverflow() returns (bool res)", + "//comment11" : " {", + "//comment12" : " res = true;", + "//comment13" : " uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935;", + "//comment14" : " if (a + 1 != 0)", + "//comment15" : " return false;", + "//comment16" : "", + "//comment17" : " uint32 b = 4294967295;", + "//comment18" : " if (b + 1 != 0)", + "//comment19" : " return false;", + "//comment20" : "", + "//comment21" : " uint64 c = 18446744073709551615;", + "//comment22" : " if (c + 1 != 0)", + "//comment23" : " return false;", + "//comment24" : " }", + "//comment25" : "}", "code" : "0x6000357c0100000000000000000000000000000000000000000000000000000000900480638040cac41461003a578063c04062261461004c57005b610042610099565b8060005260206000f35b61005461005e565b8060005260206000f35b6000610068610099565b600060006101000a81548160ff02191690830217905550600060009054906101000a900460ff169050610096565b90565b60006000600060006001935083507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff925060006001840114156100db576100e4565b6000935061013b565b63ffffffff915060006001830163ffffffff1614156101025761010b565b6000935061013b565b67ffffffffffffffff905060006001820167ffffffffffffffff1614156101315761013a565b6000935061013b565b5b5050509056", "nonce" : "0", "storage" : { -- cgit