From 56d6f5671f800eaf1eb64da1bb7bd83f3b6ef2c6 Mon Sep 17 00:00:00 2001 From: Simon Marlow <marlowsd@gmail.com> Date: Mon, 30 Mar 2009 10:08:58 +0000 Subject: [PATCH] now an expected pass --- tests/ghc_ghci/test.T | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ghc_ghci/test.T b/tests/ghc_ghci/test.T index 2cb06e6..66f08be 100644 --- a/tests/ghc_ghci/test.T +++ b/tests/ghc_ghci/test.T @@ -1,7 +1,6 @@ test('hpc_ghc_ghci', - [expect_broken(1779), - only_ways(['normal']), + [only_ways(['normal']), only_compiler_types(['ghc'])], run_command, ['$MAKE -s --no-print-directory hpc_ghc_ghci']) -- GitLab