summaryrefslogtreecommitdiff
path: root/tests/Test_Output.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test_Output.cpp')
-rw-r--r--tests/Test_Output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_Output.cpp b/tests/Test_Output.cpp
index ed0e180faa8..54857116ff1 100644
--- a/tests/Test_Output.cpp
+++ b/tests/Test_Output.cpp
@@ -226,7 +226,7 @@ randomize (int array[], size_t size)
size_t i;
for (i = 0; i < size; i++)
- array [i] = ACE_static_cast (int, i);
+ array [i] = static_cast <int> (i);
// See with a fixed number so that we can produce "repeatable"
// random numbers.