[commit: ghc] master: Remove accidentally checked-in T14845.stderr (50d7b2a)

git at git.haskell.org git at git.haskell.org
Sun Jun 17 19:33:11 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/50d7b2ac2fcfe954455f0bc9081e1dd3a2eef51d/ghc

>---------------------------------------------------------------

commit 50d7b2ac2fcfe954455f0bc9081e1dd3a2eef51d
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Sun Jun 17 15:31:14 2018 -0400

    Remove accidentally checked-in T14845.stderr
    
    This was a stderr file for a WIP test in D4728. I ended up removing
    the test, but forgot to remove the stderr file.


>---------------------------------------------------------------

50d7b2ac2fcfe954455f0bc9081e1dd3a2eef51d
 testsuite/tests/dependent/should_fail/T14845.stderr | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/testsuite/tests/dependent/should_fail/T14845.stderr b/testsuite/tests/dependent/should_fail/T14845.stderr
deleted file mode 100644
index 3c11d15..0000000
--- a/testsuite/tests/dependent/should_fail/T14845.stderr
+++ /dev/null
@@ -1,7 +0,0 @@
-
-T14845.hs:19:16: error:
-    • Data constructor ‘MkA3’ cannot be used here
-        (it has an unpromotable context ‘Coercible a Int’)
-    • In the first argument of ‘SA’, namely ‘(MkA3 :: A Int)’
-      In the type ‘SA (MkA3 :: A Int)’
-      In the definition of data constructor ‘SMkA3’



More information about the ghc-commits mailing list