Skip to content

Commit

Permalink
Omit T7773 on Msys
Browse files Browse the repository at this point in the history
Patch from Andreas Voellmy
  • Loading branch information
Simon Peyton Jones committed May 15, 2013
1 parent 76970e0 commit 26ea882
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/all.T
Expand Up @@ -122,4 +122,6 @@ test('qsem001', normal, compile_and_run, [''])
test('qsemn001', normal, compile_and_run, [''])
test('T7457', normal, compile_and_run, [''])
test('T7773', normal, compile_and_run, [''])
test('T7773', when(opsys('mingw32'), skip), compile_and_run, [''])
# Andreas says that T7773 will not (and should not) work on Windows

0 comments on commit 26ea882

Please sign in to comment.