| Index: frog/tests/await/src/SingleAwait2Test.dart
|
| diff --git a/frog/tests/await/src/SingleAwait2Test.dart b/frog/tests/await/src/SingleAwait2Test.dart
|
| deleted file mode 100644
|
| index 69f94613898342711e8c0fb9c7519f9480bc6c6e..0000000000000000000000000000000000000000
|
| --- a/frog/tests/await/src/SingleAwait2Test.dart
|
| +++ /dev/null
|
| @@ -1,11 +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.
|
| -
|
| -// Linear await with the minimal required normalization in the code.
|
| -#import("await_test_helper.dart");
|
| -
|
| -main() {
|
| - final x = await futureOf(3);
|
| - Expect.equals(3, x);
|
| -}
|
|
|