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

Unified Diff: test/debugger/debug/debug-stepnext-do-while.js

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Move more tests 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
Index: test/debugger/debug/debug-stepnext-do-while.js
diff --git a/test/mjsunit/debug-stepnext-do-while.js b/test/debugger/debug/debug-stepnext-do-while.js
similarity index 96%
rename from test/mjsunit/debug-stepnext-do-while.js
rename to test/debugger/debug/debug-stepnext-do-while.js
index bbb18bc4363ca9b1e7402eb1ba3b4ee4ee47025a..92382b28fd116b19db9fc13092af1e24f9c7caf4 100644
--- a/test/mjsunit/debug-stepnext-do-while.js
+++ b/test/debugger/debug/debug-stepnext-do-while.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
var exception = null;
« no previous file with comments | « test/debugger/debug/debug-stepin-property-function-call.js ('k') | test/debugger/debug/debug-stepout-recursive-function.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698