diff options
author | zelig <viktor.tron@gmail.com> | 2015-05-18 22:31:26 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2015-05-20 09:47:13 +0800 |
commit | f9abcee0f9185d41c71cc24af1303133497ebeb0 (patch) | |
tree | 7e33bf08ba0a501257dcbf3bc4c5d2ab55b7ad11 /cmd/geth/info_test.json | |
parent | 79042223dc5f2ae5d4a2ed73d18907440a963093 (diff) | |
download | go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar.gz go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar.bz2 go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar.lz go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar.xz go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.tar.zst go-tangerine-f9abcee0f9185d41c71cc24af1303133497ebeb0.zip |
fix solc tests unskip
Diffstat (limited to 'cmd/geth/info_test.json')
-rw-r--r-- | cmd/geth/info_test.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/geth/info_test.json b/cmd/geth/info_test.json index 1e0c271ac..63f2163a9 100644 --- a/cmd/geth/info_test.json +++ b/cmd/geth/info_test.json @@ -1 +1 @@ -{"code":"605280600c6000396000f3006000357c010000000000000000000000000000000000000000000000000000000090048063c6888fa114602e57005b60376004356041565b8060005260206000f35b6000600782029050604d565b91905056","info":{"abiDefinition":[{"constant":false,"inputs":[{"name":"a","type":"uint256"}],"name":"multiply","outputs":[{"name":"d","type":"uint256"}],"type":"function"}],"compilerVersion":"0.9.17","developerDoc":{"methods":{}},"language":"Solidity","languageVersion":"0","source":"contract test {\n /// @notice Will multiply `a` by 7.\n function multiply(uint a) returns(uint d) {\n return a * 7;\n }\n}\n","userDoc":{"methods":{"multiply(uint256)":{"notice":"Will multiply `a` by 7."}}}}}
\ No newline at end of file +{"code":"0x605880600c6000396000f3006000357c010000000000000000000000000000000000000000000000000000000090048063c6888fa114602e57005b603d6004803590602001506047565b8060005260206000f35b60006007820290506053565b91905056","info":{"abiDefinition":[{"constant":false,"inputs":[{"name":"a","type":"uint256"}],"name":"multiply","outputs":[{"name":"d","type":"uint256"}],"type":"function"}],"compilerVersion":"0.9.23","developerDoc":{"methods":{}},"language":"Solidity","languageVersion":"0","source":"contract test {\n /// @notice Will multiply `a` by 7.\n function multiply(uint a) returns(uint d) {\n return a * 7;\n }\n}\n","userDoc":{"methods":{"multiply(uint256)":{"notice":"Will multiply `a` by 7."}}}}}
\ No newline at end of file |