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

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

Issue 11362139: Update library syntax in pkg files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « no previous file | 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
===================================================================
--- pkg/args/example/test_runner.dart (revision 14644)
+++ pkg/args/example/test_runner.dart (working copy)
@@ -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 | « no previous file | pkg/args/lib/args.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698