From bd703c481822d0c3bf310a226e6a12b9579238e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Fri, 26 Feb 2021 20:50:37 +0100 Subject: unignore test --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 4d669d8..8a023b6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -928,7 +928,6 @@ mod tests { } #[test] - #[ignore = "Gives faulty line number"] fn assign_to_constant_upvalue() { assert_errs!(run_string("a :: 2\nq :: fn { a = 2 }\nq()\na", true, Vec::new()), [ErrorKind::SyntaxError(_, _)]); } -- cgit v1.2.1