From 43d7137399e6edcf950b3ed43b752b06ad550d2e Mon Sep 17 00:00:00 2001
From: Joachim Breitner <mail@joachim-breitner.de>
Date: Wed, 22 Apr 2015 16:18:27 +0200
Subject: [PATCH] Rename new T9858c to T9858d to avoid test name clash

---
 testsuite/tests/typecheck/should_fail/{T9858c.hs => T9858d.hs}  | 2 +-
 .../typecheck/should_fail/{T9858c.stderr => T9858d.stderr}      | 2 +-
 testsuite/tests/typecheck/should_fail/all.T                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename testsuite/tests/typecheck/should_fail/{T9858c.hs => T9858d.hs} (90%)
 rename testsuite/tests/typecheck/should_fail/{T9858c.stderr => T9858d.stderr} (94%)

diff --git a/testsuite/tests/typecheck/should_fail/T9858c.hs b/testsuite/tests/typecheck/should_fail/T9858d.hs
similarity index 90%
rename from testsuite/tests/typecheck/should_fail/T9858c.hs
rename to testsuite/tests/typecheck/should_fail/T9858d.hs
index 116a50b75ca3..dedd71c7af50 100644
--- a/testsuite/tests/typecheck/should_fail/T9858c.hs
+++ b/testsuite/tests/typecheck/should_fail/T9858d.hs
@@ -1,6 +1,6 @@
 {-# LANGUAGE ImpredicativeTypes, FlexibleContexts #-}
 
-module T9858b where
+module T9858d where
 import Data.Typeable
 
 i :: (Typeable a, Typeable b) => Proxy (a b) -> TypeRep
diff --git a/testsuite/tests/typecheck/should_fail/T9858c.stderr b/testsuite/tests/typecheck/should_fail/T9858d.stderr
similarity index 94%
rename from testsuite/tests/typecheck/should_fail/T9858c.stderr
rename to testsuite/tests/typecheck/should_fail/T9858d.stderr
index c2d0f22f659e..9bc62f7a9a94 100644
--- a/testsuite/tests/typecheck/should_fail/T9858c.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9858d.stderr
@@ -1,5 +1,5 @@
 
-T9858c.hs:9:8: error:
+T9858d.hs:9:8: error:
     Couldn't match type ‘Eq Int => Int’ with ‘a0 b0’
     Expected type: Proxy (a0 b0)
       Actual type: Proxy (Eq Int => Int)
diff --git a/testsuite/tests/typecheck/should_fail/all.T b/testsuite/tests/typecheck/should_fail/all.T
index befe8e367dd2..57569b9c11c2 100644
--- a/testsuite/tests/typecheck/should_fail/all.T
+++ b/testsuite/tests/typecheck/should_fail/all.T
@@ -358,4 +358,4 @@ test('T10194', normal, compile_fail, [''])
 test('T8030', normal, compile_fail, [''])
 test('T9858a', normal, compile_fail, [''])
 test('T9858b', normal, compile_fail, [''])
-test('T9858c', normal, compile_fail, [''])
+test('T9858d', normal, compile_fail, [''])
-- 
GitLab