Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1253)

Unified Diff: dart/frog/tests/await/src/HelperNegativeTest.dart

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/frog/tests/await/await.status ('k') | dart/frog/tests/await/src/HelperTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/await/src/HelperNegativeTest.dart
diff --git a/dart/frog/tests/await/src/HelperNegativeTest.dart b/dart/frog/tests/await/src/HelperNegativeTest.dart
deleted file mode 100644
index fb8ba84aaa94f05a05704412eaf474f64a631f96..0000000000000000000000000000000000000000
--- a/dart/frog/tests/await/src/HelperNegativeTest.dart
+++ /dev/null
@@ -1,20 +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.
-
-// smoke test: Test that the test helper library works correctly (this and
-// HelperTest work together to ensure that).
-
-#import("await_test_helper.dart");
-#import("../../../lib/node/node.dart");
-
-main() {
- final f = futureOf(3);
- // futures don't complete immediatelly
- Expect.equals(false, f.hasValue);
- setTimeout(() {
- // this is marked as a negative test, and we include it to ensure that
- // tests are executed all the way here.
- Expect.equals(false, f.hasValue);
- }, 0);
-}
« no previous file with comments | « dart/frog/tests/await/await.status ('k') | dart/frog/tests/await/src/HelperTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698