diff options
author | chriseth <c@ethdev.com> | 2016-11-02 19:32:55 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-12 02:59:31 +0800 |
commit | 061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb (patch) | |
tree | 0a641e8964614d486dd425869a38f9c97bd13b99 /std/mortal.sol | |
parent | a40dcfef1257c4b159eb8248ecb0f837b42d8ead (diff) | |
download | dexon-solidity-061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb.tar.gz dexon-solidity-061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb.tar.zst dexon-solidity-061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb.zip |
Add tests for the std files.
Diffstat (limited to 'std/mortal.sol')
-rw-r--r-- | std/mortal.sol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/mortal.sol b/std/mortal.sol index 8de019ab..f0a6f4ce 100644 --- a/std/mortal.sol +++ b/std/mortal.sol @@ -1,3 +1,5 @@ +pragma solidity ^0.4.0; + import "./owned.sol"; contract mortal is owned { |