mirror of
https://github.com/tweag/nickel.git
synced 2024-11-10 10:46:49 +03:00
Remove duplicate test
This commit is contained in:
parent
066acb112b
commit
4235098320
@ -177,6 +177,5 @@ mod tests {
|
||||
fn prevalidation() {
|
||||
assert_non_serializable!("{a = 1; b = { c = fun x => x }}");
|
||||
assert_non_serializable!("{foo = { bar = let y = \"a\" in y}; b = [[fun x => x]] }");
|
||||
assert_non_serializable!("{foo = { bar = let y = \"a\" in y}; b = [[fun x => x]] }");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user