diff options
author | chriseth <c@ethdev.com> | 2016-08-24 18:15:35 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-01 06:03:01 +0800 |
commit | 459d2dd7cd599651752543d24b4ebc8a6a248931 (patch) | |
tree | 49cc873ebc340819d89851989a79d87a2c734916 /test/contracts/FixedFeeRegistrar.cpp | |
parent | d87450b9b2ba110b218c8f58224ca3af4e62993b (diff) | |
download | dexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.tar.gz dexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.tar.zst dexon-solidity-459d2dd7cd599651752543d24b4ebc8a6a248931.zip |
Fix version pragmas in tests.
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r-- | test/contracts/FixedFeeRegistrar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 0df26ee4..fd0861f7 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.6; +pragma solidity ^0.3.5; contract Registrar { event Changed(string indexed name); |