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

Unified Diff: dart/tests/compiler/dart2js_extra/crash_library_metadata.dart

Issue 23045007: Mirror printer test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r26910, added more tests, and fixed issues. Created 7 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: dart/tests/compiler/dart2js_extra/crash_library_metadata.dart
diff --git a/dart/tests/standalone/http_launch_data/packages/simple/simple.dart b/dart/tests/compiler/dart2js_extra/crash_library_metadata.dart
similarity index 77%
copy from dart/tests/standalone/http_launch_data/packages/simple/simple.dart
copy to dart/tests/compiler/dart2js_extra/crash_library_metadata.dart
index b571f9d53d583067fa97ba4d61d852a0656f0e76..b2746878e24c66cc00c9d3da2e6a99620f0d686a 100644
--- a/dart/tests/standalone/http_launch_data/packages/simple/simple.dart
+++ b/dart/tests/compiler/dart2js_extra/crash_library_metadata.dart
@@ -2,6 +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 simple;
+@Constant()
+library foo;
-String getSimpleString() => 'hello';
+class Constant {
+ const Constant();
+}
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/tests/compiler/dart2js_extra/mirror_printer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698