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

Unified Diff: tests/standalone/http_launch_data/packages/simple/simple.dart

Issue 16092007: HTTP loading tests and package root support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « tests/standalone/http_launch_data/http_spawn_main.dart ('k') | tests/standalone/http_launch_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/http_launch_data/packages/simple/simple.dart
diff --git a/tests/language/reexport_core_helper.dart b/tests/standalone/http_launch_data/packages/simple/simple.dart
similarity index 80%
copy from tests/language/reexport_core_helper.dart
copy to tests/standalone/http_launch_data/packages/simple/simple.dart
index 49798aa483b6602490991fcd368dda37d9566f20..b571f9d53d583067fa97ba4d61d852a0656f0e76 100644
--- a/tests/language/reexport_core_helper.dart
+++ b/tests/standalone/http_launch_data/packages/simple/simple.dart
@@ -2,7 +2,6 @@
// 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 reexport_core_helper;
-
-export 'dart:core';
+library simple;
+String getSimpleString() => 'hello';
« no previous file with comments | « tests/standalone/http_launch_data/http_spawn_main.dart ('k') | tests/standalone/http_launch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698