aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-26 20:50:37 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-26 20:50:37 +0100
commitbd703c481822d0c3bf310a226e6a12b9579238e4 (patch)
tree033b73d235462714ae77af374db06b4ce1311e70 /src
parentba39d232db23c2ceb031fce613b377581d8b37b0 (diff)
downloadsylt-bd703c481822d0c3bf310a226e6a12b9579238e4.tar.gz
unignore test
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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(_, _)]);
}