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

Unified Diff: samples/sample_extension/test_sample_asynchronous_extension.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
Index: samples/sample_extension/test_sample_asynchronous_extension.dart
diff --git a/samples/sample_extension/test_sample_asynchronous_extension.dart b/samples/sample_extension/test_sample_asynchronous_extension.dart
index d64d2185af48882285bc0adba2ed4288f68ac287..17ee6615b56c199d9409af7d4b07028f1b962479 100644
--- a/samples/sample_extension/test_sample_asynchronous_extension.dart
+++ b/samples/sample_extension/test_sample_asynchronous_extension.dart
@@ -2,9 +2,9 @@
// 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("test_sample_extension");
+library test_sample_extension;
-#import("sample_asynchronous_extension.dart");
+import 'sample_asynchronous_extension.dart';
// TODO(3008): Run this test automatically on buildbot (dart:3008).
void main() {

Powered by Google App Engine
This is Rietveld 408576698