summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2016-09-21 01:51:47 +0100
committerTamar Christina <tamar@zhox.com>2016-09-21 08:40:44 +0100
commit8bd3d417e67e5e938dd5bfc640c3efbb683ee309 (patch)
treebeab812f612b003993c984d2a87ee388934d23bf /testsuite/tests/hsc2hs
parent6886bba8ea2965177c00edceb98509b48957b515 (diff)
downloadhaskell-8bd3d417e67e5e938dd5bfc640c3efbb683ee309.tar.gz
Fix failing test T12504
Summary: Test T12504 does it's checking in the Makefile using grep but still specified an stdout. the stdout has the old output and would always fail. Since the stdout isn't needed, let's not check it. Test Plan: make test TEST=T12504 Reviewers: bgamari, austin, erikd, rcook Reviewed By: rcook Subscribers: thomie, #ghc_windows_task_force Differential Revision: https://phabricator.haskell.org/D2537 GHC Trac Issues: #12504
Diffstat (limited to 'testsuite/tests/hsc2hs')
-rw-r--r--testsuite/tests/hsc2hs/T12504.stdout2
-rw-r--r--testsuite/tests/hsc2hs/all.T3
2 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/hsc2hs/T12504.stdout b/testsuite/tests/hsc2hs/T12504.stdout
deleted file mode 100644
index c1c05d0f21..0000000000
--- a/testsuite/tests/hsc2hs/T12504.stdout
+++ /dev/null
@@ -1,2 +0,0 @@
-{-# LINE 1 "T12504/path/to/T12504.hsc" #-}
-{-# LINE 2 "T12504/path/to/T12504.hsc" #-}
diff --git a/testsuite/tests/hsc2hs/all.T b/testsuite/tests/hsc2hs/all.T
index 3f910db80b..23628b2ea4 100644
--- a/testsuite/tests/hsc2hs/all.T
+++ b/testsuite/tests/hsc2hs/all.T
@@ -38,6 +38,7 @@ test('T10272',
test('T12504',
[extra_clean(['T12504/path/to/T12504.hs']),
- extra_files(['T12504'])],
+ extra_files(['T12504']),
+ ignore_stdout],
run_command,
['$MAKE -s --no-print-directory T12504'])