aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts/Wallet.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-08-24 18:15:35 +0800
committerchriseth <c@ethdev.com>2016-09-01 06:03:01 +0800
commit459d2dd7cd599651752543d24b4ebc8a6a248931 (patch)
tree49cc873ebc340819d89851989a79d87a2c734916 /test/contracts/Wallet.cpp
parentd87450b9b2ba110b218c8f58224ca3af4e62993b (diff)
downloaddexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.tar.gz
dexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.tar.zst
dexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.zip
Fix version pragmas in tests.
Diffstat (limited to 'test/contracts/Wallet.cpp')
-rw-r--r--test/contracts/Wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/Wallet.cpp b/test/contracts/Wallet.cpp
index 70c35cc1..55c2e1af 100644
--- a/test/contracts/Wallet.cpp
+++ b/test/contracts/Wallet.cpp
@@ -55,7 +55,7 @@ static char const* walletCode = R"DELIMITER(
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
// interior is executed.
-pragma solidity ^0.3.6;
+pragma solidity ^0.3.5;
contract multiowned {