Chromium Code Reviews| Index: runtime/tests/vm/dart/byte_array_test.dart |
| =================================================================== |
| --- runtime/tests/vm/dart/byte_array_test.dart (revision 14646) |
| +++ runtime/tests/vm/dart/byte_array_test.dart (working copy) |
| @@ -3,9 +3,9 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Library tag to be able to run in html test framework. |
| -#library("ByteArrayTest.dart"); |
| +library ByteArrayTest; |
|
Siggi Cherem (dart-lang)
2012/11/08 18:38:19
use lower_case_name to match the filename.
|
| -#import('dart:scalarlist'); |
| +import 'dart:scalarlist'; |
| class ByteArrayTest { |
| static testInt8List() { |