| Index: tests/standalone/src/FileInvalidArgumentsTest.dart
|
| diff --git a/tests/standalone/src/FileInvalidArgumentsTest.dart b/tests/standalone/src/FileInvalidArgumentsTest.dart
|
| index ccebe1000a6a0bea59a89ec3c0c40f16bf11c1e8..c9cd413ae5d1df60ab666c1e46fc2b4e0a394fec 100644
|
| --- a/tests/standalone/src/FileInvalidArgumentsTest.dart
|
| +++ b/tests/standalone/src/FileInvalidArgumentsTest.dart
|
| @@ -1,7 +1,9 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// 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:io");
|
| +
|
| class FileTest {
|
| static void testOpenInvalidArgs(name, [writable = false]) {
|
| var file = new File(name);
|
|
|