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

Unified Diff: runtime/vm/bigint_operations_test.cc

Issue 9863023: Remove redundant assert. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bigint_operations_test.cc
diff --git a/runtime/vm/bigint_operations_test.cc b/runtime/vm/bigint_operations_test.cc
index 9ba768fabbc4d1c729e5e5cab3aec5216827ef10..ab77960d1b68c555764f4a981107b8b6ec569116 100644
--- a/runtime/vm/bigint_operations_test.cc
+++ b/runtime/vm/bigint_operations_test.cc
@@ -153,7 +153,6 @@ TEST_CASE(BigintDouble) {
bigint = BigintOperations::NewFromCString("12345678901234567");
dbl = BigintOperations::ToDouble(bigint);
- EXPECT_EQ(12345678901234567.0, dbl.value());
EXPECT_EQ(12345678901234568.0, dbl.value());
bigint = BigintOperations::NewFromCString("98765432109876");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698