From 061b50ae19b0f8b9dcffc8dab5f08c4e26e884fb Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 2 Nov 2016 12:32:55 +0100 Subject: Add tests for the std files. --- std/owned.sol | 2 ++ 1 file changed, 2 insertions(+) (limited to 'std/owned.sol') diff --git a/std/owned.sol b/std/owned.sol index 3d7674f5..bbb8d957 100644 --- a/std/owned.sol +++ b/std/owned.sol @@ -1,3 +1,5 @@ +pragma solidity ^0.4.0; + contract owned { address owner; -- cgit