From d935d20988af7f3109b73d7c51a0e4a6b12b926c Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Fri, 1 Jan 2016 12:46:37 +0100 Subject: [PATCH] Omit TEST=T10697_decided_3 WAY=ghci --- testsuite/tests/th/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 549737b826..f7aedd1549 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -363,7 +363,7 @@ test('T10620', normal, compile_and_run, ['-v0']) test('T10638', normal, compile_fail, ['-v0']) test('T10697_decided_1', normal, compile_and_run, ['-v0']) test('T10697_decided_2', normal, compile_and_run, ['-XStrictData -v0']) -test('T10697_decided_3', normal, +test('T10697_decided_3', omit_ways(['ghci']), # ghci doesn't support -O(2) compile_and_run, ['-XStrictData -funbox-strict-fields -O2 -v0']) test('T10697_source', -- GitLab