diff options
author | YoEight <yo.eight@gmail.com> | 2014-01-11 13:47:24 +0100 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2014-02-09 12:57:30 -0500 |
commit | 182ff9e814a917681b1600b2729c3340801630de (patch) | |
tree | a3c5704b918a7334a62c2270c646ae4be1225a41 /testsuite/tests/th/T7021.hs | |
parent | e0dadc87b57ce7f4ec3b72eb52e4abe5a5218f52 (diff) | |
download | haskell-182ff9e814a917681b1600b2729c3340801630de.tar.gz |
Fix tests due to issue #7021
Signed-off-by: Richard Eisenberg <eir@cis.upenn.edu>
Diffstat (limited to 'testsuite/tests/th/T7021.hs')
-rw-r--r-- | testsuite/tests/th/T7021.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/th/T7021.hs b/testsuite/tests/th/T7021.hs new file mode 100644 index 0000000000..31e18431ad --- /dev/null +++ b/testsuite/tests/th/T7021.hs @@ -0,0 +1,7 @@ +{-# LANGUAGE TemplateHaskell #-} +module T7021 where + +import T7021a + +func :: a -> Int +func = $(test) |