aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/gnosis/Events/ScalarEvent.sol
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-25 18:42:15 +0800
committerGitHub <noreply@github.com>2018-10-25 18:42:15 +0800
commitd33553989138ae72abab86be015869d04698d318 (patch)
tree6f6e15f7fffac98beb74d7b81648c8fa7c0952fd /test/compilationTests/gnosis/Events/ScalarEvent.sol
parent01566c2e1af5b7f655fd593e5e1019e103d739a0 (diff)
parent1424beda791cf75fd807165d58fdaa0d5d4297d4 (diff)
downloaddexon-solidity-d33553989138ae72abab86be015869d04698d318.tar.gz
dexon-solidity-d33553989138ae72abab86be015869d04698d318.tar.zst
dexon-solidity-d33553989138ae72abab86be015869d04698d318.zip
Merge pull request #5296 from ethereum/setPragmaToArbitrary
Set pragma to arbitrary
Diffstat (limited to 'test/compilationTests/gnosis/Events/ScalarEvent.sol')
-rw-r--r--test/compilationTests/gnosis/Events/ScalarEvent.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/gnosis/Events/ScalarEvent.sol b/test/compilationTests/gnosis/Events/ScalarEvent.sol
index 832c2ab1..325f4302 100644
--- a/test/compilationTests/gnosis/Events/ScalarEvent.sol
+++ b/test/compilationTests/gnosis/Events/ScalarEvent.sol
@@ -1,4 +1,4 @@
-pragma solidity ^0.4.11;
+pragma solidity >=0.0;
import "../Events/Event.sol";