aiken/examples/acceptance_tests/025/lib/test.ak

7 lines
98 B
Plaintext

// Should this fail or equal true?
// Should != be false or true?
test nil_1() {
Nil == Nil
}