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

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

Issue 14328044: Update tests to use std::isnan instead of isnan (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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 | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-log.cc
diff --git a/test/cctest/test-log.cc b/test/cctest/test-log.cc
index 24e5db933805cf02f57ceff510b705faff3346e4..89b11c9d869b557d159eb97fb23c1afc527da52c 100644
--- a/test/cctest/test-log.cc
+++ b/test/cctest/test-log.cc
@@ -28,10 +28,10 @@
// Tests of logging functions from log.h
#ifdef __linux__
-#include <math.h>
#include <pthread.h>
#include <signal.h>
#include <unistd.h>
+#include <cmath>
#endif // __linux__
#include "v8.h"
« no previous file with comments | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698