summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLL_Test.h')
-rw-r--r--tests/DLL_Test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/DLL_Test.h b/tests/DLL_Test.h
index bbdc085c520..c319f0fdc57 100644
--- a/tests/DLL_Test.h
+++ b/tests/DLL_Test.h
@@ -27,13 +27,13 @@ public:
void say_hello (void)
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("Hello\n")));
+ "Hello\n"));
}
void say_next (void)
{
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("How are you?\n")));
+ "How are you?\n"));
}
};