summaryrefslogtreecommitdiff
path: root/ACE/tests/New_Fail_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/New_Fail_Test.cpp')
-rw-r--r--ACE/tests/New_Fail_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/New_Fail_Test.cpp b/ACE/tests/New_Fail_Test.cpp
index f1f94d8115c..09e804ebc75 100644
--- a/ACE/tests/New_Fail_Test.cpp
+++ b/ACE/tests/New_Fail_Test.cpp
@@ -31,7 +31,7 @@
// somewhere else in the test.
// Most we can do on Windows, else we get a C2148 compile error
-static constexpr size_t BIG_BLOCK = 0x7ffffffff - 1;
+static constexpr size_t BIG_BLOCK = 0x7fffffff - 1;
// Shouldn't take many "as much as possible" tries to get a failure.
static constexpr int MAX_ALLOCS_IN_TEST = 20;