update command line tests

This commit is contained in:
Leonardo Alt
2021-04-08 21:03:39 +02:00
parent d89be74e4a
commit ad10bee8f0
117 changed files with 1302 additions and 1329 deletions
@@ -1,7 +1,6 @@
// Removed to yield a warning, otherwise CI test fails with the expectation
// "no output requested"
//pragma solidity >=0.0;
pragma experimental SMTChecker;
contract test {
function f(uint x) public pure {
assert(x > 0);