diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/all.T')
-rw-r--r-- | testsuite/tests/parser/should_compile/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_compile/all.T b/testsuite/tests/parser/should_compile/all.T index fb2bd6b587..48e1136daa 100644 --- a/testsuite/tests/parser/should_compile/all.T +++ b/testsuite/tests/parser/should_compile/all.T @@ -153,7 +153,8 @@ test('proposal-229b', normal, compile, ['']) test('proposal-229d', normal, compile, ['']) test('proposal-229e', normal, compile, ['']) test('LexicalNegation', normal, compile, ['']) -test('LexNegVsNegLit', normal, compile, ['']) +test('NegativeLiterals', normal, compile, ['']) +test('NegativeLiteralsNoExt', normal, compile, ['']) # We omit 'profasm' because it fails with: # Cannot load -prof objects when GHC is built with -dynamic |