This website requires JavaScript.
Explore
Help
Sign In
waalge
/
aiken
Watch
1
Star
0
Fork
You've already forked aiken
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
w/bump-nix
aiken
/
examples
/
acceptance_tests
/
102
/
lib
/
tests.ak
12 lines
120 B
Plaintext
Raw
Permalink
Blame
History
test panic_aiken() fail {
and {
True,
should_fail(1),
}
}
fn should_fail(num) {
expect num == 0
True
}
Reference in New Issue
View Git Blame
Copy Permalink