From 84a96110cd8e74228fbab666e7af49edb7e24cc9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sun, 5 Feb 2023 17:49:20 +0100 Subject: refactor: rename `deno` specifiers to `internal` (#17655) --- core/runtime.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/runtime.rs') diff --git a/core/runtime.rs b/core/runtime.rs index 29a6ca450..903bbfbc4 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -3887,8 +3887,8 @@ assertEquals(1, notify_return_value); ) .unwrap_err(); let error_string = error.to_string(); - // Test that the script specifier is a URL: `deno:`. - assert!(error_string.contains("deno:core/01_core.js")); + // Test that the script specifier is a URL: `internal:`. + assert!(error_string.contains("internal:core/01_core.js")); } #[test] -- cgit v1.2.3