From 30682cf74fa039d3493c74101dca2dbb3a8d49b6 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 5 Mar 2020 00:26:00 +1100 Subject: Migrate internal bundles to System (#4233) --- cli/source_maps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/source_maps.rs') diff --git a/cli/source_maps.rs b/cli/source_maps.rs index 9e29e554c..6cf5bfbbd 100644 --- a/cli/source_maps.rs +++ b/cli/source_maps.rs @@ -389,7 +389,7 @@ mod tests { assert_eq!(actual.message, "TypeError: baz"); // Because this is accessing the live bundle, this test might be more fragile assert_eq!(actual.frames.len(), 1); - assert!(actual.frames[0].script_name.ends_with("/dom_types.ts")); + assert_eq!(actual.frames[0].script_name, "$deno$/io.ts"); } #[test] -- cgit v1.2.3