summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_run/all.T
diff options
context:
space:
mode:
authorIsaac Dupree <id@isaac.cedarswampstudios.org>2007-05-26 22:44:05 +0000
committerIsaac Dupree <id@isaac.cedarswampstudios.org>2007-05-26 22:44:05 +0000
commit295263ebfb8cf1e6a6db26aec17dd6cd8adb18c3 (patch)
tree69a761824babee313bc26dfc8a25cd900680d69d /testsuite/tests/ghc-regress/parser/should_run/all.T
parentf83f0223f4df2eb368785840d6f0bd5fae0c9ac7 (diff)
downloadhaskell-295263ebfb8cf1e6a6db26aec17dd6cd8adb18c3.tar.gz
add negative-prim-literal tests
the first for behavior common between their new and old parsings (passes both), the second to test the new behavior (fails before, passes after)
Diffstat (limited to 'testsuite/tests/ghc-regress/parser/should_run/all.T')
-rw-r--r--testsuite/tests/ghc-regress/parser/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-regress/parser/should_run/all.T b/testsuite/tests/ghc-regress/parser/should_run/all.T
index bc97f9241b..769172c9f1 100644
--- a/testsuite/tests/ghc-regress/parser/should_run/all.T
+++ b/testsuite/tests/ghc-regress/parser/should_run/all.T
@@ -2,3 +2,5 @@ test('read001', normal, compile_and_run, [''])
# also make sure that a mere -fglasgow-exts doesn't break
# the default/standard behavior:
test('read001', only_compiler_types(['ghc']), compile_and_run, ['-fglasgow-exts'])
+test('read002', normal, compile_and_run, [''])
+test('read003', normal, compile_and_run, [''])