summaryrefslogtreecommitdiff
path: root/run-test262.c
diff options
context:
space:
mode:
Diffstat (limited to 'run-test262.c')
-rw-r--r--run-test262.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-test262.c b/run-test262.c
index 4afb3f8..a42b9b5 100644
--- a/run-test262.c
+++ b/run-test262.c
@@ -1571,7 +1571,7 @@ int run_test_buf(const char *filename, const char *harness, namelist_t *ip,
for (i = 0; i < ip->count; i++) {
if (eval_file(ctx, harness, ip->array[i],
- JS_EVAL_TYPE_GLOBAL | JS_EVAL_FLAG_STRIP)) {
+ JS_EVAL_TYPE_GLOBAL)) {
fatal(1, "error including %s for %s", ip->array[i], filename);
}
}