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

Unified Diff: dart/pkg/args/example/test_runner.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « dart/lib/compiler/samples/leap/request_cache.dart ('k') | dart/pkg/args/lib/args.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/args/example/test_runner.dart
diff --git a/dart/pkg/args/example/test_runner.dart b/dart/pkg/args/example/test_runner.dart
index d0a6ed8eae074788e19d9dee8f1955011500eb5a..f91e38556adee37f108fbf8406c619e6b6f09e82 100644
--- a/dart/pkg/args/example/test_runner.dart
+++ b/dart/pkg/args/example/test_runner.dart
@@ -7,11 +7,11 @@
* It shows what it looks like to build an [ArgParser] and then, when the code
* is run, demonstrates what the generated usage text looks like.
*/
-library example;
+#library('example');
-import 'dart:io';
+#import('dart:io');
-import 'package:args/args.dart';
+#import('package:args/args.dart');
main() {
var parser = new ArgParser();
« no previous file with comments | « dart/lib/compiler/samples/leap/request_cache.dart ('k') | dart/pkg/args/lib/args.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698