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

Unified Diff: LayoutTests/dart/dom/Console-expected.txt

Issue 33973002: Fix for https://code.google.com/p/dart/issues/detail?id=5851 Proper line #s and columns for Dart er… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: ready to review Created 7 years, 2 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: LayoutTests/dart/dom/Console-expected.txt
diff --git a/LayoutTests/dart/dom/Console-expected.txt b/LayoutTests/dart/dom/Console-expected.txt
index 0dd26c8e60607f98aae6d28f09e804755aba4b68..c8b0185a5fda2768fc3b515f13d4f182ba383575 100644
--- a/LayoutTests/dart/dom/Console-expected.txt
+++ b/LayoutTests/dart/dom/Console-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: Test message.
-CONSOLE MESSAGE: 42
-CONSOLE MESSAGE:
-CONSOLE MESSAGE: true
+CONSOLE MESSAGE: line 8: Test message.
+CONSOLE MESSAGE: line 9: 42
+CONSOLE MESSAGE: line 12:
+CONSOLE MESSAGE: line 13: true
PASS
« no previous file with comments | « no previous file | LayoutTests/dart/inspector/evaluate-in-console-expected.txt » ('j') | Source/bindings/dart/DartUtilities.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698