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

Unified Diff: runtime/vm/object_test.cc

Issue 247683002: Reapply "Mark private functions in dart:* that are native or constructors as not visible (omitted f… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: regen snapshot test Created 6 years, 8 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/object.cc ('k') | runtime/vm/parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object_test.cc
diff --git a/runtime/vm/object_test.cc b/runtime/vm/object_test.cc
index b6db3125cfab86a2a86dc62d950208f585d5b6fb..ce2d63961e9964694eae0a5eabaa55a8f5ed1857 100644
--- a/runtime/vm/object_test.cc
+++ b/runtime/vm/object_test.cc
@@ -3043,16 +3043,15 @@ TEST_CASE(StackTraceFormat) {
"Unhandled exception:\n"
"MyException\n"
"#0 baz (dart:test-lib:2:3)\n"
- "#1 _OtherClass._OtherClass._named (dart:test-lib:7:8)\n"
- "#2 globalVar= (dart:test-lib:12:7)\n"
- "#3 _bar (dart:test-lib:16:3)\n"
- "#4 MyClass.field (dart:test-lib:25:9)\n"
- "#5 MyClass.foo.fooHelper (dart:test-lib:30:7)\n"
- "#6 MyClass.foo (dart:test-lib:32:14)\n"
- "#7 MyClass.MyClass.<anonymous closure> (dart:test-lib:21:15)\n"
- "#8 MyClass.MyClass (dart:test-lib:21:18)\n"
- "#9 main.<anonymous closure> (dart:test-lib:37:14)\n"
- "#10 main (dart:test-lib:37:24)");
+ "#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)");
}
#endif // !defined(TARGET_ARCH_ARM64)
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698