From 2c2e3ec1ca47803f791ea72ea6247d8eedf87ec8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 7 Sep 2021 10:39:32 -0400 Subject: refactor(lsp): use deno_ast and cache swc ASTs (#11780) --- cli/tests/integration/repl_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/repl_tests.rs b/cli/tests/integration/repl_tests.rs index 20dfccb7e..79c2cf0f5 100644 --- a/cli/tests/integration/repl_tests.rs +++ b/cli/tests/integration/repl_tests.rs @@ -488,7 +488,7 @@ fn syntax_error() { Some(vec![("NO_COLOR".to_owned(), "1".to_owned())]), false, ); - assert!(out.ends_with("parse error: Expected ';', '}' or at 1:7\n2\n")); + assert!(out.ends_with("parse error: Expected ';', '}' or at 1:8\n2\n")); assert!(err.is_empty()); } -- cgit v1.2.3