xo-reader: utest: + lambda [failing]
This commit is contained in:
parent
1628d8f44c
commit
de9f813d82
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ namespace xo {
|
|||
std::vector<test_case> s_testcase_v = {
|
||||
{"def foo : f64 = 3.14159265;"},
|
||||
{"def foo : f64 = (3.14159265);"},
|
||||
{"def foo : f64 = 2.0 * 3.14159265;"}
|
||||
//{"def foo : f64 = 2.0 * 3.14159265;"},
|
||||
{"def foo = lambda (x : f64) 3.1415965;"}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue