diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-26 20:50:37 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-26 20:50:37 +0100 |
| commit | bd703c481822d0c3bf310a226e6a12b9579238e4 (patch) | |
| tree | 033b73d235462714ae77af374db06b4ce1311e70 /src/lib.rs | |
| parent | ba39d232db23c2ceb031fce613b377581d8b37b0 (diff) | |
| download | sylt-bd703c481822d0c3bf310a226e6a12b9579238e4.tar.gz | |
unignore test
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(_, _)]); } |
