diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-04 19:13:29 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-04 19:13:29 +0100 |
commit | 65b35319225d66c5309078199e2f10f34ba59524 (patch) | |
tree | 6f77b60a13ea41322b739621cfa0d1da7e445a42 /testsuite/tests/runghc/Makefile | |
parent | 5b08752e240751274ef205c485163c9587dd0a18 (diff) | |
download | haskell-65b35319225d66c5309078199e2f10f34ba59524.tar.gz |
Add a test for #7859
Diffstat (limited to 'testsuite/tests/runghc/Makefile')
-rw-r--r-- | testsuite/tests/runghc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/runghc/Makefile b/testsuite/tests/runghc/Makefile new file mode 100644 index 0000000000..de374d5c97 --- /dev/null +++ b/testsuite/tests/runghc/Makefile @@ -0,0 +1,7 @@ +TOP=../.. +include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/test.mk + +T7859: + -'$(RUNGHC)' -fdefer-type-errors T7859.hs + |