diff --git a/test/message/stdin_messages.chakracore.out b/test/message/stdin_messages.chakracore.out index be5d951dfa5..c3f5c4e16a0 100755 --- a/test/message/stdin_messages.chakracore.out +++ b/test/message/stdin_messages.chakracore.out @@ -11,9 +11,9 @@ SyntaxError: 'with' statements are not allowed in strict mode at Module.prototype._compile (module.js:*:*) at evalScript (bootstrap_node.js:*:*) at Anonymous function (bootstrap_node.js:*:*) + at Reflect.apply (native code) at emit (events.js:*:*) at endReadableNT (_stream_readable.js:*:*) - at Reflect.apply (native code) 42 42 [stdin]:1 @@ -28,9 +28,9 @@ Error: hello at Module.prototype._compile (module.js:*:*) at evalScript (bootstrap_node.js:*:*) at Anonymous function (bootstrap_node.js:*:*) + at Reflect.apply (native code) at emit (events.js:*:*) at endReadableNT (_stream_readable.js:*:*) - at Reflect.apply (native code) [stdin]:1 'use strict'; throw new Error("hello") ^ @@ -43,9 +43,9 @@ Error: hello at Module.prototype._compile (module.js:*:*) at evalScript (bootstrap_node.js:*:*) at Anonymous function (bootstrap_node.js:*:*) + at Reflect.apply (native code) at emit (events.js:*:*) at endReadableNT (_stream_readable.js:*:*) - at Reflect.apply (native code) 100 [stdin]:1 'use strict'; var x = 100; y = x; @@ -59,9 +59,9 @@ ReferenceError: Variable undefined in strict mode at Module.prototype._compile (module.js:*:*) at evalScript (bootstrap_node.js:*:*) at Anonymous function (bootstrap_node.js:*:*) + at Reflect.apply (native code) at emit (events.js:*:*) at endReadableNT (_stream_readable.js:*:*) - at Reflect.apply (native code) vm.js:* return realRunInThisContext.call(this, options);