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

Unified Diff: pkg/intl/example/basic/basic_example_runner.dart

Issue 11366016: Update intl to new import syntax (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/intl/example/basic/basic_example_runner.dart
===================================================================
--- pkg/intl/example/basic/basic_example_runner.dart (revision 14362)
+++ pkg/intl/example/basic/basic_example_runner.dart (working copy)
@@ -7,7 +7,7 @@
* that as a library that can also be run by tests.
*/
-#import('basic_example.dart');
+import 'basic_example.dart';
main() {
setup(runProgram, print);

Powered by Google App Engine
This is Rietveld 408576698