diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json index d184fbd58..b9825847c 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/CreateContractFromMethodFiller.json @@ -73,31 +73,31 @@ "pre" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { "balance" : "100000", - "//": "contract TestContract ", - "//": "{ ", - "//": " function testMethod() returns (int res) ", - "//": " { ", - "//": " return 225; ", - "//": " } ", - "//": " ", - "//": " function destroy(address sendFoundsTo) ", - "//": " { ", - "//": " suicide(sendFoundsTo); ", - "//": " } ", - "//": "} ", - "//": " ", - "//": "contract main ", - "//": "{ ", - "//": " function run() returns (uint) ", - "//": " { ", - "//": " createContractFromMethod(); ", - "//": " } ", - "//": " ", - "//": " function createContractFromMethod() returns (TestContract a) ", - "//": " { ", - "//": " a = new TestContract(); ", - "//": " } ", - "//": "} ", + "//comment1": "contract TestContract", + "//comment2": "{", + "//comment3": " function testMethod() returns (int res)", + "//comment4": " {", + "//comment5": " return 225;", + "//comment6": " }", + "//comment7": "", + "//comment8": " function destroy(address sendFoundsTo)", + "//comment9": " {", + "//comment10": " suicide(sendFoundsTo);", + "//comment11": " }", + "//comment12": "}", + "//comment13": "", + "//comment14": "contract main", + "//comment15": "{", + "//comment16": " function run() returns (uint)", + "//comment17": " {", + "//comment18": " createContractFromMethod();", + "//comment19": " }", + "//comment20": " ", + "//comment21": " function createContractFromMethod() returns (TestContract a)", + "//comment22": " {", + "//comment23": " a = new TestContract();", + "//comment24": " }", + "//comment25": "}", "code" : "0x60003560e060020a900480637ee17e1214601f578063c040622614602b57005b60256047565b60006000f35b6031603b565b8060005260206000f35b600060436047565b5090565b60006060605d600039606060006000f09050905600605480600c6000396000f30060003560e060020a90048062f55d9d14601e578063b9c3d0a514602d57005b60276004356046565b60006000f35b6033603d565b8060005260206000f35b600060e1905090565b80600160a060020a0316ff5056", "nonce" : "0", "storage" : { |