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

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

Issue 9689045: Library privacy. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments 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
Index: dart/frog/tests/leg/src/StaticClosureTest.dart
diff --git a/dart/frog/tests/leg/src/StaticClosureTest.dart b/dart/frog/tests/leg/src/StaticClosureTest.dart
index 9aab1a1dd7f281004449c3071617c98245e348ee..a93a8665367a32f49130fcf95f17c2fe752d7d4f 100644
--- a/dart/frog/tests/leg/src/StaticClosureTest.dart
+++ b/dart/frog/tests/leg/src/StaticClosureTest.dart
@@ -16,5 +16,5 @@ main() {
// If this test fail, please take a look at the use of
// toStringWrapper in captureStackTrace in js_helper.dart.
- Expect.isTrue(code.contains(@'print$1($.main$0);'));
+ Expect.isTrue(code.contains(@'print($.main);'));
}

Powered by Google App Engine
This is Rietveld 408576698