| Index: frog/tests/await/src/ConditionalNormalizationNegativeTest.dart
|
| diff --git a/frog/tests/await/src/ConditionalNormalizationNegativeTest.dart b/frog/tests/await/src/ConditionalNormalizationNegativeTest.dart
|
| deleted file mode 100644
|
| index f9c85db8e8bf2d38b9dbd02104af40eadaa35094..0000000000000000000000000000000000000000
|
| --- a/frog/tests/await/src/ConditionalNormalizationNegativeTest.dart
|
| +++ /dev/null
|
| @@ -1,13 +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.
|
| -
|
| -// Await within the test of a conditional.
|
| -
|
| -#import("await_test_helper.dart");
|
| -
|
| -main() {
|
| - if (!(await futureOf(false))) {
|
| - Expect.fails("fails to make this a negative test");
|
| - }
|
| -}
|
|
|