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

Unified Diff: dart/tests/language/ct_const4_lib.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/language/const_var_test.dart ('k') | dart/tests/language/ct_const4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/ct_const4_lib.dart
diff --git a/dart/tests/language/ct_const4_lib.dart b/dart/tests/language/ct_const4_lib.dart
index c9d2840fcedae6906a6d129ed86d6cac8273e4b5..d51703cd7a95ec75270436cc5ff3ce239955607a 100644
--- a/dart/tests/language/ct_const4_lib.dart
+++ b/dart/tests/language/ct_const4_lib.dart
@@ -3,6 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
// See CTConst4Test.dart
-library CTConst4Lib;
+#library("CTConst4Lib");
const B = 1;
« no previous file with comments | « dart/tests/language/const_var_test.dart ('k') | dart/tests/language/ct_const4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698