Index: pkg/fixnum/test/int_32_test.dart |
=================================================================== |
--- pkg/fixnum/test/int_32_test.dart (revision 14313) |
+++ pkg/fixnum/test/int_32_test.dart (working copy) |
@@ -2,8 +2,8 @@ |
// 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("int32test"); |
-#import('../fixnum.dart'); |
+library int32test; |
+import '../fixnum.dart'; |
void main() { |
Expect.equals("0", new int32.fromInt(0).toString()); |