summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2018-06-17 15:31:14 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2018-06-17 15:31:16 -0400
commit50d7b2ac2fcfe954455f0bc9081e1dd3a2eef51d (patch)
tree0471cd9525868d184ff1ecf4caa4e02fbd642fe2 /testsuite
parent04e9fe5c7d3c2bac46933e3d647e561cb741edf4 (diff)
downloadhaskell-50d7b2ac2fcfe954455f0bc9081e1dd3a2eef51d.tar.gz
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.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/dependent/should_fail/T14845.stderr7
1 files changed, 0 insertions, 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 3c11d15195..0000000000
--- 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’