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

Unified Diff: tests/standalone/package/scenarios/packages_dir_only/packages/foo/foo.dart

Issue 1290623002: Add tests for simple packages scenarios (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
Index: tests/standalone/package/scenarios/packages_dir_only/packages/foo/foo.dart
diff --git a/tests/lib/mirrors/typedef_library.dart b/tests/standalone/package/scenarios/packages_dir_only/packages/foo/foo.dart
similarity index 86%
copy from tests/lib/mirrors/typedef_library.dart
copy to tests/standalone/package/scenarios/packages_dir_only/packages/foo/foo.dart
index fcb3231612c0219e91e8b17b9983f6576c20f351..87b2fe16c76f8074b9bd1878e11504839a99ee44 100644
--- a/tests/lib/mirrors/typedef_library.dart
+++ b/tests/standalone/package/scenarios/packages_dir_only/packages/foo/foo.dart
@@ -2,6 +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 bar;
+library foo;
-typedef G();
+String bar = 'hello';

Powered by Google App Engine
This is Rietveld 408576698