From 459d2dd7cd599651752543d24b4ebc8a6a248931 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 24 Aug 2016 12:15:35 +0200 Subject: Fix version pragmas in tests. --- test/contracts/Wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/contracts/Wallet.cpp') 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 { -- cgit