diff options
| author | Niklas Hambüchen <mail@nh2.me> | 2014-11-18 21:10:45 -0600 |
|---|---|---|
| committer | Austin Seipp <austin@well-typed.com> | 2014-11-21 18:44:14 -0600 |
| commit | a3bf4bfae694572b0bf886fcb1191d066d242aed (patch) | |
| tree | 60fb4f7111cd10d5354d8abd20e5bad5fd8dcf2b /testsuite/tests/driver/recomp015/Test.hs | |
| parent | ef5bcc16c600f78fb23662c98da2469b4751a6e9 (diff) | |
| download | haskell-wip/8144.tar.gz | |
Add test case for #8144.wip/8144
Based on:
https://github.com/nh2/ghc-bug-time-dependent-interface-hashes
I verified that this test fails for GHC 7.6.3 and older, and passes
for GHC 7.8 and newer.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'testsuite/tests/driver/recomp015/Test.hs')
| -rw-r--r-- | testsuite/tests/driver/recomp015/Test.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/driver/recomp015/Test.hs b/testsuite/tests/driver/recomp015/Test.hs new file mode 100644 index 0000000000..5c8df5383c --- /dev/null +++ b/testsuite/tests/driver/recomp015/Test.hs @@ -0,0 +1,3 @@ +{-# LANGUAGE CPP #-} + +module Test () where |
