From 295263ebfb8cf1e6a6db26aec17dd6cd8adb18c3 Mon Sep 17 00:00:00 2001 From: Isaac Dupree Date: Sat, 26 May 2007 22:44:05 +0000 Subject: 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) --- testsuite/tests/ghc-regress/parser/should_run/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/tests/ghc-regress/parser/should_run/all.T') 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, ['']) -- cgit v1.2.1