| Index: tests/language/regress_20935_test.dart
|
| diff --git a/tests/language/regress_20935_test.dart b/tests/language/regress_20935_test.dart
|
| deleted file mode 100644
|
| index a7cfa4ba54072da22971c00e843e40f6678c6a10..0000000000000000000000000000000000000000
|
| --- a/tests/language/regress_20935_test.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2014, 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.
|
| -
|
| -// Regression test for issue 20935.
|
| -
|
| -import 'regress_20935_foo.dart';
|
| -
|
| -baz(x) => x*2;
|
| -
|
| -main() {
|
| - print(baz is Future);
|
| -}
|
|
|