]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/streams/bstream.h
Fix extraction of standard command line arguments in wxX11.
[wxWidgets.git] / tests / streams / bstream.h
index 677436b459ab006eb3edd22c662f396b168ed23d..f3ae238c3318cfe46e8fe73634ddcb1f1b85b77c 100644 (file)
@@ -400,7 +400,7 @@ protected:
     {
         if (m_pCurrentIn)
         {
-            wxFAIL_MSG(_T("Error in test case, the previouse input stream needs to be delete first!"));
+            wxFAIL_MSG(wxT("Error in test case, the previouse input stream needs to be delete first!"));
         }
 
         m_pCurrentIn = DoCreateInStream();
@@ -411,7 +411,7 @@ protected:
     {
         if (m_pCurrentOut)
         {
-            wxFAIL_MSG(_T("Error in test case, the previouse output stream needs to be delete first!"));
+            wxFAIL_MSG(wxT("Error in test case, the previouse output stream needs to be delete first!"));
         }
 
         m_pCurrentOut = DoCreateOutStream();