summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-10-01 20:33:15 +1000
committerGitHub <noreply@github.com>2020-10-01 20:33:15 +1000
commite077b93d77d42f805ceb7a58cdc3c42255c0a30b (patch)
treef9b2f9c3826d43438028fa4b74c7846b352062a2 /cli/tests/integration_tests.rs
parentef5ae4547a4eb0a2fc2309a9dac934275b86ae82 (diff)
refactor: add concept of 'legacy' compiler to enable non-breaking refactoring (#7762)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 106312247..2cae5ea98 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -793,7 +793,7 @@ fn ts_reload() {
assert!(std::str::from_utf8(&output.stdout)
.unwrap()
.trim()
- .contains("\"compiler::host.writeFile\" \"deno://002_hello.js\""));
+ .contains("\"host.writeFile(\\\"deno://002_hello.js\\\")\""));
}
#[test]