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

Unified Diff: test/cctest/test-double.cc

Issue 148503002: A64: Synchronize with r15545. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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 | « test/cctest/test-disasm-a64.cc ('k') | test/cctest/test-fuzz-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-double.cc
diff --git a/test/cctest/test-double.cc b/test/cctest/test-double.cc
index 0e50bdcc8af8d592a4dc5644fb23d79dcc179139..2c9f0c21bb64202a33980361a5f8ee7d7e4994c1 100644
--- a/test/cctest/test-double.cc
+++ b/test/cctest/test-double.cc
@@ -50,6 +50,7 @@ TEST(Uint64Conversions) {
CHECK_EQ(1.7976931348623157e308, Double(max_double64).value());
}
+
TEST(AsDiyFp) {
uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF);
DiyFp diy_fp = Double(ordered).AsDiyFp();
« no previous file with comments | « test/cctest/test-disasm-a64.cc ('k') | test/cctest/test-fuzz-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698