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

Unified Diff: tests/standalone/src/TimerCancel1Test.dart

Issue 8357002: Disabled failing tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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 | « no previous file | tests/standalone/standalone.status » ('j') | tests/standalone/standalone.status » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/src/TimerCancel1Test.dart
diff --git a/tests/standalone/src/TimerCancel1Test.dart b/tests/standalone/src/TimerCancel1Test.dart
index 1065bf346b9c05397fa21f739daee4966d7efa16..c93623731ea52895bf2f1f9db5b20b391889a97c 100644
--- a/tests/standalone/src/TimerCancel1Test.dart
+++ b/tests/standalone/src/TimerCancel1Test.dart
@@ -9,7 +9,7 @@ class TimerCancel1Test {
var cancelerTimer;
void timeoutHandlerUnreachable(Timer timer) {
- Expect.fails("A canceled timeout handler should be unreachable.");
+ Expect.fail("A canceled timeout handler should be unreachable.");
}
void cancelHandler(Timer timer) {
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | tests/standalone/standalone.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698