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

Unified Diff: test/debugger/debug/debug-stepout-to-builtin.js

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Rebase 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-stepout-to-builtin.js
diff --git a/test/mjsunit/debug-stepout-to-builtin.js b/test/debugger/debug/debug-stepout-to-builtin.js
similarity index 96%
rename from test/mjsunit/debug-stepout-to-builtin.js
rename to test/debugger/debug/debug-stepout-to-builtin.js
index 2e5e7a25f8c5aba974ab96a51eaedd15ffe0ee22..905e07fa3ec49c09ef1fea949c5ce65fb2ac58d0 100644
--- a/test/mjsunit/debug-stepout-to-builtin.js
+++ b/test/debugger/debug/debug-stepout-to-builtin.js
@@ -25,9 +25,7 @@
// (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;

Powered by Google App Engine
This is Rietveld 408576698