Skip to content
Snippets Groups Projects
Commit 5a65da43 authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Don't run T9330fail on Windows, no clobber occurs. #9930


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent 7db2dec2
No related merge requests found
......@@ -18,5 +18,7 @@ test('ghc-e-fail1', [exit_code(2), req_interp, ignore_output], run_command,
test('ghc-e-fail2', [exit_code(2), req_interp, ignore_output], run_command,
['$MAKE --no-print-directory -s ghc-e-fail2'])
test('T9930fail', [exit_code(2), ignore_output], run_command,
# Don't run on Windows, as executable is written to T9930.exe
# and no failure is induced.
test('T9930fail', [exit_code(2), ignore_output, when(opsys('mingw32'), skip)], run_command,
['$MAKE --no-print-directory -s T9930fail'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment