summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-e/should_run/2636.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-e/should_run/2636.hs')
-rw-r--r--testsuite/tests/ghc-e/should_run/2636.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-e/should_run/2636.hs b/testsuite/tests/ghc-e/should_run/2636.hs
new file mode 100644
index 0000000000..9c6694955a
--- /dev/null
+++ b/testsuite/tests/ghc-e/should_run/2636.hs
@@ -0,0 +1,2 @@
+import MissingModule
+main = print "main"