| Index: tests/standalone/src/io/PrintEnv.dart
|
| diff --git a/tests/standalone/src/io/PrintEnv.dart b/tests/standalone/src/io/PrintEnv.dart
|
| deleted file mode 100644
|
| index 3b2e818c443f2b23850d45a432be9316bbc81995..0000000000000000000000000000000000000000
|
| --- a/tests/standalone/src/io/PrintEnv.dart
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -// 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');
|
| -
|
| -main() {
|
| - print(Platform.environment()[new Options().arguments[0]]);
|
| -}
|
|
|