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

Unified Diff: test/unittests/compiler/common-operator-unittest.cc

Issue 1313213007: [test] Remove unused code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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: test/unittests/compiler/common-operator-unittest.cc
diff --git a/test/unittests/compiler/common-operator-unittest.cc b/test/unittests/compiler/common-operator-unittest.cc
index 8765c1327130c64786fb949dbefef527da451552..66eb140d27291d265e6df921938a6ae21d94297d 100644
--- a/test/unittests/compiler/common-operator-unittest.cc
+++ b/test/unittests/compiler/common-operator-unittest.cc
@@ -148,18 +148,6 @@ const float kFloatValues[] = {-std::numeric_limits<float>::infinity(),
std::numeric_limits<float>::signaling_NaN()};
-const double kDoubleValues[] = {-std::numeric_limits<double>::infinity(),
- std::numeric_limits<double>::min(),
- -1.0,
- -0.0,
- 0.0,
- 1.0,
- std::numeric_limits<double>::max(),
- std::numeric_limits<double>::infinity(),
- std::numeric_limits<double>::quiet_NaN(),
- std::numeric_limits<double>::signaling_NaN()};
-
-
const size_t kInputCounts[] = {3, 4, 100, 255, 1024, 65000};
« 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