Chromium Code Reviews| Index: tests/language/arithmetic_test.dart |
| =================================================================== |
| --- tests/language/arithmetic_test.dart (revision 15598) |
| +++ tests/language/arithmetic_test.dart (working copy) |
| @@ -3,8 +3,8 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Dart test program to test arithmetic operations. |
| -#library('arithmetic_test'); |
| -#import('dart:math'); |
| +library arithmetic_test; |
| +import 'dart:math'; |
| class ArithmeticTest { |