| Index: tests/language/call_type_literal_test.dart
|
| diff --git a/tests/language/call_type_literal_test.dart b/tests/language/call_type_literal_test.dart
|
| deleted file mode 100644
|
| index fc8f0442d681c998e02ecc5398de6cab6468b925..0000000000000000000000000000000000000000
|
| --- a/tests/language/call_type_literal_test.dart
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright (c) 2013, 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 "package:expect/expect.dart";
|
| -
|
| -class C {
|
| - void a() {}
|
| -}
|
| -
|
| -void main() {
|
| - Expect.throws(() => C().a(), (e) => e is NoSuchMethodError); //# 01: static type warning
|
| -}
|
|
|