aboutsummaryrefslogtreecommitdiff
path: root/test/message/vm_display_runtime_error.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/vm_display_runtime_error.out')
-rw-r--r--test/message/vm_display_runtime_error.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/message/vm_display_runtime_error.out b/test/message/vm_display_runtime_error.out
index 7e116ee896..056ea79f8d 100644
--- a/test/message/vm_display_runtime_error.out
+++ b/test/message/vm_display_runtime_error.out
@@ -5,7 +5,7 @@ throw new Error("boo!")
Error: boo!
at test.vm:1:7
- at ContextifyScript.Script.runInThisContext (vm.js:*)
+ at Script.runInThisContext (vm.js:*)
at Object.runInThisContext (vm.js:*)
at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*)
at Module._compile (module.js:*)
@@ -20,7 +20,7 @@ throw new Error("spooky!")
Error: spooky!
at test.vm:1:7
- at ContextifyScript.Script.runInThisContext (vm.js:*)
+ at Script.runInThisContext (vm.js:*)
at Object.runInThisContext (vm.js:*)
at Object.<anonymous> (*test*message*vm_display_runtime_error.js:*)
at Module._compile (module.js:*)