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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart

Issue 11273064: Issue 5887. Parts must start with 'part of'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
index ea0a570b6c6c9587e05c52fe3dd05a3fc887c42e..94f1bbc0c1a8f36794f807795637f763c3a1492d 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/Money/money.dart
@@ -2,7 +2,7 @@
// 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("Money");
+library Money;
#source("complex_money.dart");
Brian Wilkerson 2012/10/29 14:23:47 Might as well change these directives as well.
#source("currency_exchange.dart");

Powered by Google App Engine
This is Rietveld 408576698