8148040: jjs -fx test does not exit

Reviewed-by: mhaupt, sundar
This commit is contained in:
Hannes Wallnöfer 2016-01-22 17:01:41 +01:00
parent 3020dc6a71
commit 80b266507c

View File

@ -35,7 +35,7 @@
load(__DIR__ + "jjs-common.js")
var msg_flag = "print(typeof($STAGE));";
var msg_flag = "print(typeof($STAGE)); exit();";
// flag test expected output variables
var e_outn = "undefined"