From fd1b5ae701bf3f0de5d2a56a7320b68d4f66b510 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 21 Dec 2015 19:13:17 +0100 Subject: [PATCH] testsuite/ClassOperator: This actually should_fail See #11264 for details. --- testsuite/tests/typecheck/should_compile/all.T | 1 - .../typecheck/{should_compile => should_fail}/ClassOperator.hs | 0 testsuite/tests/typecheck/should_fail/all.T | 3 +-- 3 files changed, 1 insertion(+), 3 deletions(-) rename testsuite/tests/typecheck/{should_compile => should_fail}/ClassOperator.hs (100%) diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T index 5b09782984..ae2aa9479d 100644 --- a/testsuite/tests/typecheck/should_compile/all.T +++ b/testsuite/tests/typecheck/should_compile/all.T @@ -481,4 +481,3 @@ test('T10935', normal, compile, ['']) test('T10971a', normal, compile, ['']) test('T11237', normal, compile, ['']) test('T10592', normal, compile, ['']) -test('ClassOperator', expect_broken(11264), compile, ['']) diff --git a/testsuite/tests/typecheck/should_compile/ClassOperator.hs b/testsuite/tests/typecheck/should_fail/ClassOperator.hs similarity index 100% rename from testsuite/tests/typecheck/should_compile/ClassOperator.hs rename to testsuite/tests/typecheck/should_fail/ClassOperator.hs diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T index 2670ba4a5f..fc89ad94de 100644 --- a/testsuite/tests/typecheck/should_fail/all.T +++ b/testsuite/tests/typecheck/should_fail/all.T @@ -394,5 +394,4 @@ test('CustomTypeErrors01', normal, compile_fail, ['']) test('CustomTypeErrors02', normal, compile_fail, ['']) test('CustomTypeErrors03', normal, compile_fail, ['']) test('T11112', normal, compile_fail, ['']) - - +test('ClassOperator', expect_broken(11264), compile, ['']) -- GitLab