Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: test/debugger/debug/debug-constructor.js

Issue 2482903002: [debugger] Stepping and break-related functions in wrapper (Closed)
Patch Set: Correctly revert changes to testcase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/debugger/debug/es6/debug-promises/reject-after-resolve.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/debug-constructor.js
diff --git a/test/mjsunit/debug-constructor.js b/test/debugger/debug/debug-constructor.js
similarity index 96%
rename from test/mjsunit/debug-constructor.js
rename to test/debugger/debug/debug-constructor.js
index a4d50311e94f1f66f99a815a95230c964435636f..4f0317a1c0d7e50dc7eb8221ebc6d4ce64ec30ac 100644
--- a/test/mjsunit/debug-constructor.js
+++ b/test/debugger/debug/debug-constructor.js
@@ -25,8 +25,6 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --expose-debug-as debug
-// Get the Debug object exposed from the debug context global object.
Debug = debug.Debug
// Simple function which collects a simple call graph.
« no previous file with comments | « no previous file | test/debugger/debug/es6/debug-promises/reject-after-resolve.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698