Index: test/mjsunit/es6/tail-call-simple.js |
diff --git a/test/mjsunit/es6/tail-call-simple.js b/test/mjsunit/es6/tail-call-simple.js |
index 5e4025bc5a20206bd651e3253ecda3f571af4154..e9428dc7b88a34683f73e942cae7af369a504dbb 100644 |
--- a/test/mjsunit/es6/tail-call-simple.js |
+++ b/test/mjsunit/es6/tail-call-simple.js |
@@ -4,7 +4,7 @@ |
// Flags: --allow-natives-syntax --harmony-tailcalls --stack-size=100 |
// TODO(v8:4698), TODO(ishell): support these cases. |
-// Flags: --no-turbo --nostress-opt |
+// Flags: --nostress-opt |
// |
// Tail calls work only in strict mode. |