Chromium Code Reviews| 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"); |