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

Unified Diff: dart/frog/tests/leg/src/TypeGuardUnuserTest.dart

Issue 9689045: Library privacy. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/frog/tests/leg/src/StaticClosureTest.dart ('k') | dart/tests/language/language-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg/src/TypeGuardUnuserTest.dart
diff --git a/dart/frog/tests/leg/src/TypeGuardUnuserTest.dart b/dart/frog/tests/leg/src/TypeGuardUnuserTest.dart
index 613d22120ec50f477cc8c5ba635af787d17452b5..8c9cb3e7a8f702c58a7bbd7dfdee997dddfdab03 100644
--- a/dart/frog/tests/leg/src/TypeGuardUnuserTest.dart
+++ b/dart/frog/tests/leg/src/TypeGuardUnuserTest.dart
@@ -40,7 +40,7 @@ main() {
Expect.isTrue(regexp.hasMatch(generated));
generated = compile(TEST_TWO, 'foo');
- regexp = const RegExp("foo\\\$1\\(\\(1\\)\\)");
+ regexp = const RegExp("foo\\(\\(1\\)\\)");
matches = regexp.allMatches(generated).iterator();
checkNumberOfMatches(matches, 1);
« no previous file with comments | « dart/frog/tests/leg/src/StaticClosureTest.dart ('k') | dart/tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698