From 44773c9b0fe4ae90089c87aa46d049a0a58cccce Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 14 Mar 2019 19:17:52 -0400 Subject: Integrate //core into existing code base This disables a few tests which are broken still: - tests/error_004_missing_module.test - tests/error_005_missing_dynamic_import.test - tests/error_006_import_ext_failure.test - repl_test test_set_timeout - repl_test test_async_op - repl_test test_set_timeout_interlaced - all of permission_prompt_test --- src/isolate_init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/isolate_init.rs') diff --git a/src/isolate_init.rs b/src/isolate_init.rs index 49fa0d96a..fbdfdd4a5 100644 --- a/src/isolate_init.rs +++ b/src/isolate_init.rs @@ -1,5 +1,5 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -use crate::libdeno::deno_buf; +use deno_core::deno_buf; pub struct IsolateInitScript { pub source: String, -- cgit v1.2.3