Add acceptance test scenario: 037
``` Error: × Main thread panicked. ├─▶ at /Users/ktorz/Documents/Projects/aiken-lang/aiken/crates/aiken- │ project/src/lib.rs:701:36 ╰─▶ called `Result::unwrap()` on an `Err` value: FreeUnique(Name { text: "_not", unique: Unique(1) }) ```
This commit is contained in:
parent
85a6a711e1
commit
d5d878e83c
|
@ -0,0 +1,5 @@
|
||||||
|
# This file was generated by Aiken
|
||||||
|
# You typically do not need to edit this file
|
||||||
|
|
||||||
|
requirements = []
|
||||||
|
packages = []
|
|
@ -0,0 +1,2 @@
|
||||||
|
name = "aiken-lang/acceptance_test_037"
|
||||||
|
version = "0.0.0"
|
|
@ -0,0 +1,3 @@
|
||||||
|
test foo() {
|
||||||
|
not(False)
|
||||||
|
}
|
Loading…
Reference in New Issue