| Index: frog/tests/await/src/TypedFunction2Test.dart
|
| diff --git a/frog/tests/await/src/TypedFunction2Test.dart b/frog/tests/await/src/TypedFunction2Test.dart
|
| deleted file mode 100644
|
| index 0b72384d80b2406d3d7458ee9d4c5fe31f56cb7d..0000000000000000000000000000000000000000
|
| --- a/frog/tests/await/src/TypedFunction2Test.dart
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2011, 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.
|
| -
|
| -// Leaving type unspecified in asynchornous function is ok.
|
| -
|
| -#import("await_test_helper.dart");
|
| -
|
| -f() {
|
| - final y = await futureOf(3);
|
| - return y;
|
| -}
|
| -
|
| -main() {
|
| - final x = await f();
|
| - Expect.equals(3, x);
|
| -}
|
|
|