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

Unified Diff: tests/standalone/package/scenarios/packages_file_strange_formatting/bar/bar.dart

Issue 1298323002: Add more tests for .packages (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_file_strange_formatting/bar/bar.dart
diff --git a/tests/lib/mirrors/typedef_library.dart b/tests/standalone/package/scenarios/packages_file_strange_formatting/bar/bar.dart
similarity index 92%
copy from tests/lib/mirrors/typedef_library.dart
copy to tests/standalone/package/scenarios/packages_file_strange_formatting/bar/bar.dart
index fcb3231612c0219e91e8b17b9983f6576c20f351..6eed31b0fdca984167924b32374dad2f16ff0314 100644
--- a/tests/lib/mirrors/typedef_library.dart
+++ b/tests/standalone/package/scenarios/packages_file_strange_formatting/bar/bar.dart
@@ -4,4 +4,4 @@
library bar;
-typedef G();
+String bar = 'bar';

Powered by Google App Engine
This is Rietveld 408576698