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

Unified Diff: runtime/vm/object_test.cc

Issue 270503007: Eliminate unused url mapping parameter in dartutils (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « runtime/vm/debugger_test.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_test.cc
===================================================================
--- runtime/vm/object_test.cc (revision 35981)
+++ runtime/vm/object_test.cc (working copy)
@@ -3042,16 +3042,17 @@
result,
"Unhandled exception:\n"
"MyException\n"
- "#0 baz (dart:test-lib:2:3)\n"
- "#1 globalVar= (dart:test-lib:12:7)\n"
- "#2 _bar (dart:test-lib:16:3)\n"
- "#3 MyClass.field (dart:test-lib:25:9)\n"
- "#4 MyClass.foo.fooHelper (dart:test-lib:30:7)\n"
- "#5 MyClass.foo (dart:test-lib:32:14)\n"
- "#6 MyClass.MyClass.<anonymous closure> (dart:test-lib:21:15)\n"
- "#7 MyClass.MyClass (dart:test-lib:21:18)\n"
- "#8 main.<anonymous closure> (dart:test-lib:37:14)\n"
- "#9 main (dart:test-lib:37:24)");
+ "#0 baz (test-lib:2:3)\n"
+ "#1 _OtherClass._OtherClass._named (test-lib:7:8)\n"
+ "#2 globalVar= (test-lib:12:7)\n"
+ "#3 _bar (test-lib:16:3)\n"
+ "#4 MyClass.field (test-lib:25:9)\n"
+ "#5 MyClass.foo.fooHelper (test-lib:30:7)\n"
+ "#6 MyClass.foo (test-lib:32:14)\n"
+ "#7 MyClass.MyClass.<anonymous closure> (test-lib:21:15)\n"
+ "#8 MyClass.MyClass (test-lib:21:18)\n"
+ "#9 main.<anonymous closure> (test-lib:37:14)\n"
+ "#10 main (test-lib:37:24)");
}
« no previous file with comments | « runtime/vm/debugger_test.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698