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

Unified Diff: pkg/stack_trace/test/frame_test.dart

Issue 23850014: - Use simplified token location call where appropriate. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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: pkg/stack_trace/test/frame_test.dart
===================================================================
--- pkg/stack_trace/test/frame_test.dart (revision 27787)
+++ pkg/stack_trace/test/frame_test.dart (working copy)
@@ -44,8 +44,6 @@
expect(() => new Frame.parseVM('#1 Foo'), throwsFormatException);
expect(() => new Frame.parseVM('#1 Foo (dart:async/future.dart)'),
throwsFormatException);
- expect(() => new Frame.parseVM('#1 Foo (dart:async/future.dart:10)'),
- throwsFormatException);
expect(() => new Frame.parseVM('#1 (dart:async/future.dart:10:15)'),
throwsFormatException);
expect(() => new Frame.parseVM('Foo (dart:async/future.dart:10:15)'),

Powered by Google App Engine
This is Rietveld 408576698