summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs')
-rw-r--r--testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs b/testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs
deleted file mode 100644
index 14f3cb8d14..0000000000
--- a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun063.hs
+++ /dev/null
@@ -1,20 +0,0 @@
-
-{-
-Check that we aren't making gcc misinterpret our strings as trigraphs.
-Trac #2968.
-http://gcc.gnu.org/onlinedocs/cpp/Initial-processing.html
--}
-
-module Main where
-
-main :: IO ()
-main = do putStrLn "??("
- putStrLn "??)"
- putStrLn "??<"
- putStrLn "??>"
- putStrLn "??="
- putStrLn "??/"
- putStrLn "??'"
- putStrLn "??!"
- putStrLn "??-"
-