summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-e
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-12-21 20:25:08 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-21 22:43:48 +0100
commitff3f918d1c9685857d3ba4bb0dc119616e89cbe6 (patch)
tree81c3d05d42363fcf51a65ff1bd04a0260a71bb35 /testsuite/tests/ghc-e
parent55250a63cc3f285fb479f1ef396e88dc0c58b218 (diff)
downloadhaskell-ff3f918d1c9685857d3ba4bb0dc119616e89cbe6.tar.gz
Fix #11256 by not immediately erroring if we can't find a module.
Test Plan: validate Reviewers: austin, bgamari, thomie Reviewed By: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D1669 GHC Trac Issues: #11256
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r--testsuite/tests/ghc-e/should_run/T2636.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-e/should_run/T2636.stderr b/testsuite/tests/ghc-e/should_run/T2636.stderr
index 98c109e92d..1a7912735c 100644
--- a/testsuite/tests/ghc-e/should_run/T2636.stderr
+++ b/testsuite/tests/ghc-e/should_run/T2636.stderr
@@ -1,4 +1,4 @@
-T2636.hs:1:8:
- Could not find module ‘MissingModule’
+T2636.hs:1:1: error:
+ Failed to load interface for ‘MissingModule’
Use -v to see a list of the files searched for.