diff options
author | Tamar Christina <tamar@zhox.com> | 2017-04-23 10:44:54 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2017-04-23 10:58:03 +0100 |
commit | 8e93799418b8056abdb1c9e40d73afb95666cd23 (patch) | |
tree | 61112264cbba33e67a9cc19f55d34d488599dd59 /libraries | |
parent | 6cffee6a567a60a85792a5eb7c899b2878c7192d (diff) | |
download | haskell-8e93799418b8056abdb1c9e40d73afb95666cd23.tar.gz |
skip T13525 when running on Windows.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/tests/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index f3cdeaa512..33055f3bdd 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -212,4 +212,4 @@ test('T13191', , only_ways(['normal'])], compile_and_run, ['-O']) -test('T13525', normal, compile_and_run, ['']) +test('T13525', when(opsys('mingw32'), skip), compile_and_run, ['']) |