diff options
Diffstat (limited to 'testsuite/tests/gadt/Makefile')
-rw-r--r-- | testsuite/tests/gadt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/Makefile b/testsuite/tests/gadt/Makefile index 2df535b6ae..db4e0521a4 100644 --- a/testsuite/tests/gadt/Makefile +++ b/testsuite/tests/gadt/Makefile @@ -4,7 +4,7 @@ include $(TOP)/mk/test.mk .PHONY: gadt17 gadt23 -# A mulit-module test that made GHC 6.4.1 crash +# A multi-module test that made GHC 6.4.1 crash gadt17: @$(RM) gadt17.hi Gadt17_help.hi @$(RM) A$(OBJSUFFIX) |