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/StandardToken.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/StandardToken.sol')
-rw-r--r-- | std/StandardToken.sol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/StandardToken.sol b/std/StandardToken.sol index 41f2d709..4ff1b8f9 100644 --- a/std/StandardToken.sol +++ b/std/StandardToken.sol @@ -1,3 +1,5 @@ +pragma solidity ^0.4.0; + import "./Token.sol"; contract StandardToken is Token { |