aiken/examples/acceptance_tests/091/lib/foo.ak

9 lines
78 B
Plaintext

test foo_1() fail {
False
}
test foo_2() fail {
expect 14 == 42
True
}