diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-24 15:54:20 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-24 15:54:20 +0000 |
commit | d911c3b3911c091087f9756ee336be5d12f63d14 (patch) | |
tree | 7619f1188159ccd2dcddaa5b13b3ae7c8aa9108b /testsuite/tests/driver/Makefile | |
parent | c1881fa588ce8bc2edb53cab061f08529e96cf5b (diff) | |
download | haskell-d911c3b3911c091087f9756ee336be5d12f63d14.tar.gz |
Add a test for #2507; we should get `' quotes if unicode quotes don't work
Diffstat (limited to 'testsuite/tests/driver/Makefile')
-rw-r--r-- | testsuite/tests/driver/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/driver/Makefile b/testsuite/tests/driver/Makefile index e4120023e3..2a06257cf4 100644 --- a/testsuite/tests/driver/Makefile +++ b/testsuite/tests/driver/Makefile @@ -540,3 +540,7 @@ T7563: T6037: -LC_ALL=C "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -c T6037.hs +.PHONY: T2507 +T2507: + -LC_ALL=C "$(TEST_HC)" $(TEST_HC_OPTS_NO_RECOMP) -c T2507.hs + |