1
1
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:
Yann Hamdaoui 2020-11-16 15:40:30 +01:00
parent 066acb112b
commit 4235098320

View File

@ -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]] }");
}
}