summaryrefslogtreecommitdiff
path: root/tests/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config.h')
-rw-r--r--tests/test_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_config.h b/tests/test_config.h
index 0608be4ca34..cec49951d40 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -135,6 +135,8 @@ const int ACE_MAX_INTERVAL = 0;
const int ACE_MAX_ITERATIONS = 10;
const int ACE_MAX_PROCESSES = 10;
+char ACE_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz";
+
class ACE_Test_Output
{
public: