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

Unified Diff: test/inspector/console/let-const-with-api-expected.txt

Issue 2379303002: Revert "[inspector] added inspector test runner [part 3-5]" (Closed)
Patch Set: Created 4 years, 3 months 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/inspector/console/let-const-with-api-expected.txt
diff --git a/test/inspector/console/let-const-with-api-expected.txt b/test/inspector/console/let-const-with-api-expected.txt
deleted file mode 100644
index a5b889632d1529f7cb7de588c0e36ce47db42161..0000000000000000000000000000000000000000
--- a/test/inspector/console/let-const-with-api-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-first "let a = 1;" result: wasThrown = false
-second "let a = 1;" result: wasThrown = true
-exception message: Uncaught SyntaxError: Identifier 'a' has already been declared
- at <anonymous>:1:1
-{"result":{"type":"number","value":42,"description":"42"}}
-function dir(value) { [Command Line API] }
-function dirxml(value) { [Command Line API] }
-function keys(object) { [Command Line API] }
-function values(object) { [Command Line API] }
-function profile(title) { [Command Line API] }
-function profileEnd(title) { [Command Line API] }
-function inspect(object) { [Command Line API] }
-function copy(value) { [Command Line API] }
-function clear() { [Command Line API] }
-function debug(function) { [Command Line API] }
-function undebug(function) { [Command Line API] }
-function monitor(function) { [Command Line API] }
-function unmonitor(function) { [Command Line API] }
-function table(data, [columns]) { [Command Line API] }
« no previous file with comments | « test/inspector/console/let-const-with-api.js ('k') | test/inspector/console/memory-setter-in-strict-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698