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

Unified Diff: dart/tests/lib/mirrors/mirrors_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « dart/tests/lib/math/pi_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/mirrors_test.dart
diff --git a/dart/tests/lib/mirrors/mirrors_test.dart b/dart/tests/lib/mirrors/mirrors_test.dart
index c7e848a6907502370bd019adf6f4395e5e4b6d4c..522e187738e7a19d3c4d016bc1b2c34dd0080bbf 100644
--- a/dart/tests/lib/mirrors/mirrors_test.dart
+++ b/dart/tests/lib/mirrors/mirrors_test.dart
@@ -5,9 +5,9 @@
// TODO(rmacnak): Move the existing mirror tests here (a place for
// cross-implementation tests).
-library MirrorsTest;
-import "dart:mirrors";
-import "../../../pkg/unittest/unittest.dart";
+#library("MirrorsTest.dart");
+#import("dart:mirrors");
+#import("../../../pkg/unittest/unittest.dart");
var topLevelField;
« no previous file with comments | « dart/tests/lib/math/pi_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698