Index: runtime/tests/vm/dart/byte_array_test.dart |
diff --git a/runtime/tests/vm/dart/byte_array_test.dart b/runtime/tests/vm/dart/byte_array_test.dart |
index 1839370b0c018dec5761a8a4be2a3dd1efdc7345..6bae6c34643a62b1471ddfba778c405eb51c7710 100644 |
--- a/runtime/tests/vm/dart/byte_array_test.dart |
+++ b/runtime/tests/vm/dart/byte_array_test.dart |
@@ -1,3 +1,9 @@ |
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// 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. |
+ |
+#import('dart:scalarlist'); |
+ |
class ByteArrayTest { |
static testInt8List() { |
Expect.throws(() { new Int8List(-1); }, |