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

Unified Diff: tests/language/div_by_zero_test.dart

Issue 11227042: isEven, isOdd, isNegative, isMaxValue, isMinValue, isInfinite, isPositive, isSingleValue. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 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
Index: tests/language/div_by_zero_test.dart
diff --git a/tests/language/div_by_zero_test.dart b/tests/language/div_by_zero_test.dart
index c32a059bfa8a94698aad377ab931b244bad7b35f..8f0ec10b334c7acad71bfbe79bd68bf39cebac5c 100644
--- a/tests/language/div_by_zero_test.dart
+++ b/tests/language/div_by_zero_test.dart
@@ -22,7 +22,7 @@ class DivByZeroTest {
}
static void testMain() {
- Expect.isTrue(divBy(0, 0).isNaN());
+ Expect.isTrue(divBy(0, 0).isNaN);
Expect.isTrue(moustacheDivBy(0, 0));
}
}

Powered by Google App Engine
This is Rietveld 408576698