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

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

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month 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 | « editor/tools/plugins/com.google.dart.tools.update.core/plugin.properties ('k') | pkg/args/lib/args.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/example/test_runner.dart
diff --git a/pkg/args/example/test_runner.dart b/pkg/args/example/test_runner.dart
index f91e38556adee37f108fbf8406c619e6b6f09e82..d0a6ed8eae074788e19d9dee8f1955011500eb5a 100644
--- a/pkg/args/example/test_runner.dart
+++ b/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 | « editor/tools/plugins/com.google.dart.tools.update.core/plugin.properties ('k') | pkg/args/lib/args.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698