diff options
author | Takano Akio <aljee@hyper.cx> | 2013-10-24 21:43:28 +0900 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-10-25 09:20:58 -0500 |
commit | 2a8bfc3a12a9e6d85689a70cf8f859a5fe420923 (patch) | |
tree | 5a2aa0f49e100baff40e2c140f2003b844beca17 /testsuite/tests/rts | |
parent | 8a4c40634f41a5a64ef3eca2e7f6d4dc2253e7a8 (diff) | |
download | haskell-2a8bfc3a12a9e6d85689a70cf8f859a5fe420923.tar.gz |
T8242 now passes on Windows
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/rts')
-rw-r--r-- | testsuite/tests/rts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 09a58cb1d5..d50798bd95 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -197,5 +197,5 @@ test('linker_unload', test('T8209', [ only_ways(threaded_ways), ignore_output ], compile_and_run, ['']) -test('T8242', [ when(opsys('mingw32'), expect_broken(8242)), only_ways(threaded_ways), ignore_output ], +test('T8242', [ only_ways(threaded_ways), ignore_output ], compile_and_run, ['']) |