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 --- ...raticComplexitySolidity_CallDataCopyFiller.json | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/GeneralStateTestsFiller/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json') diff --git a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json index a5251b99f..b64e6be52 100644 --- a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json +++ b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json @@ -41,20 +41,20 @@ ], "pre" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "//" : "contract caller ", - "//" : "{ ", - "//" : " int value; ", - "//" : " function run(int count) ", - "//" : " { ", - "//" : " value = count; ", - "//" : " address a = 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b; ", - "//" : " while(count > 0) ", - "//" : " { ", - "//" : " a.call('just', 'call'); ", - "//" : " count = count - 1; ", - "//" : " } ", - "//" : " } ", - "//" : "} ", + "//comment1" : "contract caller", + "//comment2" : "{", + "//comment3" : " int value;", + "//comment4" : " function run(int count)", + "//comment5" : " {", + "//comment6" : " value = count;", + "//comment7" : " address a = 0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b;", + "//comment8" : " while(count > 0)", + "//comment9" : " {", + "//comment10" : " a.call('just', 'call');", + "//comment11" : " count = count - 1;", + "//comment12" : " }", + "//comment13" : " }", + "//comment14" : "}", "balance" : "500000000", "code" : "0x60003560e060020a9004806361a4770614601557005b601e6004356024565b60006000f35b60008160008190555073b94f5374fce5edbc8e2a8697c15331677e6ebf0b90505b600082131560bf5780600160a060020a03166000600060007f6a7573740000000000000000000000000000000000000000000000000000000081526004017f63616c6c000000000000000000000000000000000000000000000000000000008152602001600060008560155a03f150506001820391506045565b505056", "nonce" : "0", -- cgit