From 9e6356a763e31f40aadc91370ad8143e739dc256 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 24 Oct 2018 14:52:11 +0200 Subject: Set pragma to arbitrary. --- test/compilationTests/corion/owned.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compilationTests/corion/owned.sol') diff --git a/test/compilationTests/corion/owned.sol b/test/compilationTests/corion/owned.sol index f5a11c44..f273e3b5 100644 --- a/test/compilationTests/corion/owned.sol +++ b/test/compilationTests/corion/owned.sol @@ -1,4 +1,4 @@ -pragma solidity ^0.4.11; +pragma solidity >=0.0; contract ownedDB { address private owner; -- cgit