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

Unified Diff: pkg/csslib/test/mixin_test.dart

Issue 432513003: Fix csslib test failures on IE10. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 | « pkg/csslib/pubspec.yaml ('k') | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/csslib/test/mixin_test.dart
diff --git a/pkg/csslib/test/mixin_test.dart b/pkg/csslib/test/mixin_test.dart
index 853dfc4212d0133337f8ea6d7473088793769fa2..6d3b71e0a1cc664f2f6cf6f3479dfd30a0ccfcb5 100644
--- a/pkg/csslib/test/mixin_test.dart
+++ b/pkg/csslib/test/mixin_test.dart
@@ -617,7 +617,7 @@ foo {
expect(error.span.start.line, 9);
expect(error.span.end.offset, 83);
error = errors[3];
- expect(error.message, 'expected {, but found end of file(\n)');
+ expect(error.message, 'expected {, but found end of file()');
expect(error.span.start.line, 9);
expect(error.span.end.offset, 86);
error = errors[4];
« no previous file with comments | « pkg/csslib/pubspec.yaml ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698