From c0e50e9214b5ecb21435d7da70986d30d6128402 Mon Sep 17 00:00:00 2001 From: Geoffrey Mainland <mainland@apeiron.net> Date: Mon, 3 Jun 2013 15:00:58 +0100 Subject: [PATCH] Peculiarly, we now pass this test on ghci. --- tests/th/TH_import_loop/TH_import_loop.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/th/TH_import_loop/TH_import_loop.T b/tests/th/TH_import_loop/TH_import_loop.T index 8a4a180c2..1e7cc5675 100644 --- a/tests/th/TH_import_loop/TH_import_loop.T +++ b/tests/th/TH_import_loop/TH_import_loop.T @@ -4,7 +4,7 @@ setTestOpts(when(compiler_profiled(), skip)) test('TH_import_loop', [extra_clean(['ModuleA.o-boot', 'ModuleA.hi-boot', 'ModuleC.o', 'ModuleC.hi']), - expect_broken(1012)], + expect_broken_for(1012, ['normal', 'hpc', 'optasm', 'threaded1', 'threaded2', 'dyn', 'optllvm'])], multimod_compile_and_run, ['Main', '-v0']) -- GitLab