Index: test/debugger/debug/es6/debug-promises/throw-eventually-caught.js |
diff --git a/test/mjsunit/es6/debug-promises/throw-eventually-caught.js b/test/debugger/debug/es6/debug-promises/throw-eventually-caught.js |
similarity index 94% |
rename from test/mjsunit/es6/debug-promises/throw-eventually-caught.js |
rename to test/debugger/debug/es6/debug-promises/throw-eventually-caught.js |
index 19610f77e8e55f0b5b897b4019b2af37a230d9c0..76cce14a1e3e5dcafb30237acff079741190aa56 100644 |
--- a/test/mjsunit/es6/debug-promises/throw-eventually-caught.js |
+++ b/test/debugger/debug/es6/debug-promises/throw-eventually-caught.js |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --expose-debug-as debug --allow-natives-syntax |
// Test debug events when we only listen to uncaught exceptions and |
// there is a catch handler for the to-be-rejected Promise. |