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

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

Issue 16409011: build fix for build fix for 14990 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 6 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 | « include/v8.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index 22b93784bc0ef30910d091bbb19e8238eaa299e8..f6d30a9c8a00b86c581a9c5626061c1b387a81c1 100755
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -1099,7 +1099,7 @@ THREADED_TEST(FastReturnValues) {
// check int32_t and uint32_t
int32_t int_values[] = {
0, 234, -723,
- i::Smi::kMinValue, i::Smi::kMaxValue, INT32_MAX, INT32_MIN
+ i::Smi::kMinValue, i::Smi::kMaxValue
};
for (size_t i = 0; i < ARRAY_SIZE(int_values); i++) {
for (int modifier = -1; modifier <= 1; modifier++) {
« no previous file with comments | « include/v8.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698