]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/runtests.bat
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / tests / runtests.bat
index 967e6f904e197602471212950da795458ae3de76..57aa7042342262a6ce9d2f7d0447ece371443c1a 100644 (file)
@@ -11,7 +11,6 @@ REM    http://www.infionline.net/~wtnewton/batch/batguide.html
 REM for general info about DOS batch files.
 
 REM Author: Francesco Montorsi
-REM $Id$
 
 rem set the path for running the tests if they use DLL build of wx
 for /d %%x in ("..\lib\*_dll") do @set PATH=%%x;%PATH%