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

Unified Diff: samples/sample_extension/test_sample_synchronous_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
« no previous file with comments | « samples/sample_extension/test_sample_asynchronous_extension.dart ('k') | samples/swarm/swarm.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sample_extension/test_sample_synchronous_extension.dart
diff --git a/samples/sample_extension/test_sample_synchronous_extension.dart b/samples/sample_extension/test_sample_synchronous_extension.dart
index 4c15ce51dc90e8e680359fbde4fbad3491cf7391..dd693a5fc61b6f7473d6c06f8c0b7f742ab3a44a 100644
--- a/samples/sample_extension/test_sample_synchronous_extension.dart
+++ b/samples/sample_extension/test_sample_synchronous_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_synchronous_extension.dart");
+import 'sample_synchronous_extension.dart';
// TODO(3008): Run this test automatically on buildbot (dart:3008).
void main() {
« no previous file with comments | « samples/sample_extension/test_sample_asynchronous_extension.dart ('k') | samples/swarm/swarm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698