summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_run/T1344.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/parser/should_run/T1344.hs')
-rw-r--r--testsuite/tests/ghc-regress/parser/should_run/T1344.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/parser/should_run/T1344.hs b/testsuite/tests/ghc-regress/parser/should_run/T1344.hs
deleted file mode 100644
index cba7f3fdf6..0000000000
--- a/testsuite/tests/ghc-regress/parser/should_run/T1344.hs
+++ /dev/null
@@ -1,10 +0,0 @@
--- Just new test. This would work without the bug being fixed.
-
-a = '\x10ffff'
-b = "Hello\x000000002c\32World\o00000000000000000000000000000000041"
-c = "♯\00\&00\0"
-
-main = do print a
- putStrLn b
- print c
-