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

Unified Diff: dart/pkg/args/test/args_test.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/pkg/args/lib/src/utils.dart ('k') | dart/pkg/dartdoc/bin/dartdoc.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/args/test/args_test.dart
diff --git a/dart/pkg/args/test/args_test.dart b/dart/pkg/args/test/args_test.dart
index e53416539ab1199f8179b802c5f317c38927ff3a..d3b219bf16fbec0327f5a79f19718320ab4d3e8e 100644
--- a/dart/pkg/args/test/args_test.dart
+++ b/dart/pkg/args/test/args_test.dart
@@ -2,12 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library args_test;
+#library('args_test');
-import '../../unittest/unittest.dart';
+#import('../../unittest/unittest.dart');
// TODO(rnystrom): Use "package:" URL here when test.dart can handle pub.
-import '../lib/args.dart';
+#import('../lib/args.dart');
main() {
group('ArgParser.addFlag()', () {
« no previous file with comments | « dart/pkg/args/lib/src/utils.dart ('k') | dart/pkg/dartdoc/bin/dartdoc.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698