Skip to content

Commit c84df07

Browse files
committed
Relax test to allow newer compiler versions.
1 parent 4a905cb commit c84df07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tape('CLI', function (t) {
7575
},
7676
'sources': {
7777
'Contract.sol': {
78-
'content': 'pragma solidity ^0.5.0; contract Contract { function f() pure public {} }'
78+
'content': 'pragma solidity >=0.5.0; contract Contract { function f() pure public {} }'
7979
}
8080
}
8181
};

0 commit comments

Comments
 (0)