aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts/FixedFeeRegistrar.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-09-08 23:17:42 +0800
committerchriseth <c@ethdev.com>2016-09-08 23:27:14 +0800
commitc1b39b8538fc86573f853e9ff1035df9155d61bd (patch)
treed855382402b5faaa91052610f70ffa378657759d /test/contracts/FixedFeeRegistrar.cpp
parent8a057e3f854a0f9ef5d7f09ff861da90079ded61 (diff)
downloaddexon-solidity-c1b39b8538fc86573f853e9ff1035df9155d61bd.tar.gz
dexon-solidity-c1b39b8538fc86573f853e9ff1035df9155d61bd.tar.zst
dexon-solidity-c1b39b8538fc86573f853e9ff1035df9155d61bd.zip
Fix version pragma in tests.
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r--test/contracts/FixedFeeRegistrar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp
index af8ee595..736015fa 100644
--- a/test/contracts/FixedFeeRegistrar.cpp
+++ b/test/contracts/FixedFeeRegistrar.cpp
@@ -52,7 +52,7 @@ static char const* registrarCode = R"DELIMITER(
// @authors:
// Gav Wood <g@ethdev.com>
-pragma solidity ^0.3.5;
+pragma solidity ^0.4.0;
contract Registrar {
event Changed(string indexed name);