summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-06-17 23:03:41 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-06-17 23:03:41 +0100
commit03fe9141ad1e1532aa8dcfde2e0d0615d88d59cc (patch)
tree3ff60b2ef76a439b218d61d8ba8022badfaa6bf0 /testsuite/tests/rename/should_compile
parent5c0012be13047df5e4a59b0d192456d39cf1bfce (diff)
downloadhaskell-03fe9141ad1e1532aa8dcfde2e0d0615d88d59cc.tar.gz
Remove .imports file which isn't part of the repo
Diffstat (limited to 'testsuite/tests/rename/should_compile')
-rw-r--r--testsuite/tests/rename/should_compile/T7963.imports2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_compile/T7963.imports b/testsuite/tests/rename/should_compile/T7963.imports
deleted file mode 100644
index edfd71999b..0000000000
--- a/testsuite/tests/rename/should_compile/T7963.imports
+++ /dev/null
@@ -1,2 +0,0 @@
-import Prelude ( IO, writeFile )
-import T7963a ( unlines )