mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Intentionally failing test
This commit is contained in:
parent
7323680b08
commit
c4855d20ea
10
test/libsolidity/smtCheckerTests/simple/failing_test.sol
Normal file
10
test/libsolidity/smtCheckerTests/simple/failing_test.sol
Normal file
@ -0,0 +1,10 @@
|
||||
contract C {
|
||||
|
||||
function test() public {
|
||||
assert(false);
|
||||
}
|
||||
|
||||
}
|
||||
// ====
|
||||
// SMTEngine: all
|
||||
// ----
|
Loading…
Reference in New Issue
Block a user