diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-03 09:32:09 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-02-03 09:32:09 +0000 |
commit | 49308a64a7d7a85905a74d0cfbf0616c72e89774 (patch) | |
tree | 3c0749f421d2b91f069c9ac2547699f24b12d5a2 | |
parent | d1b9e883538bf085301dcc98528129886d3127aa (diff) | |
download | haskell-wip/devel2-test-fixes.tar.gz |
Unbreak T13168 on windowswip/devel2-test-fixes
Fixes #14276
-rw-r--r-- | testsuite/tests/typecheck/T13168/all.T | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/T13168/all.T b/testsuite/tests/typecheck/T13168/all.T index 1ad10d4f1c..5c4c5e8aa3 100644 --- a/testsuite/tests/typecheck/T13168/all.T +++ b/testsuite/tests/typecheck/T13168/all.T @@ -1,4 +1,3 @@ test('T13168', - [extra_files(['package1', 'package2', 'Setup.hs']), - when(opsys('mingw32'), expect_broken(14276))], + [extra_files(['package1', 'package2', 'Setup.hs'])], makefile_test, []) |