Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
77193177
Commit
77193177
authored
Sep 28, 2012
by
Simon Peyton Jones
Browse files
Make the test output a bit more self-explanatory
parent
ba20cc39
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/th/T5358.hs
View file @
77193177
...
...
@@ -10,5 +10,5 @@ t2 x = x
prop_x1
x
=
t1
x
==
t2
x
runTests
=
$
(
do
VarI
_
t
_
_
<-
reify
(
mkName
"prop_x1"
)
error
$
pprint
t
error
$
(
"runTest called error: "
++
pprint
t
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment