summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-08 01:02:22 +0000
committerIan Lynagh <igloo@earth.li>2010-10-08 01:02:22 +0000
commit1ecb52f4bc984bcdc02fcc1b4483f07748916eb5 (patch)
treef85d0ae60fb7aafbab7b677ef1087839404adfba /testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs
parent22535fa3b2f329a84f3d472f08480fa3c8195bb5 (diff)
downloadhaskell-1ecb52f4bc984bcdc02fcc1b4483f07748916eb5.tar.gz
Remove more -fglasgow-exts uses from tests
Diffstat (limited to 'testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs')
-rw-r--r--testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs b/testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs
index ae4b380c03..4f15f93f8e 100644
--- a/testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs
+++ b/testsuite/tests/ghc-regress/codeGen/should_run/cgrun026.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# LANGUAGE MagicHash #-}
-- !!! simple tests of primitive arrays
--