diff --git a/tests/all.T b/tests/all.T index 93531aec..3a1b41bc 100644 --- a/tests/all.T +++ b/tests/all.T @@ -6,5 +6,5 @@ test('helloworld', skip, compile_and_run, ['-package lang -package win32']) test('lasterror', normal, compile_and_run, ['-package Win32']) test('T4452', normal, compile_and_run, ['-package Win32']) -test('PokeTZI', normal, compile_and_run, ['-package Win32']) +test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32']) test('HandleConversion', normal, compile_and_run, ['-package Win32'])