From 2ed156c42acb50ccdd5758d9f2e379fc4906559a Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 20 Nov 2017 19:24:56 +0300 Subject: [PATCH] Fixed a typo in njs interactive test. --- njs/test/njs_interactive_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/njs/test/njs_interactive_test.c b/njs/test/njs_interactive_test.c index 8a1ad75d..19a78c4a 100644 --- a/njs/test/njs_interactive_test.c +++ b/njs/test/njs_interactive_test.c @@ -188,7 +188,7 @@ static njs_interactive_test_t njs_test[] = { nxt_string("var o = { toString: function() { return [1] } }" ENTER "o" ENTER), nxt_string("TypeError\n" - "at main\n") }, + " at main (native)\n") }, }; -- 2.47.3