diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/patsyn/should_fail/T11053.hs | 2 | ||||
-rw-r--r-- | testsuite/tests/patsyn/should_fail/all.T | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/patsyn/should_fail/T11053.hs b/testsuite/tests/patsyn/should_fail/T11053.hs index 33dec45956..1ef3026186 100644 --- a/testsuite/tests/patsyn/should_fail/T11053.hs +++ b/testsuite/tests/patsyn/should_fail/T11053.hs @@ -1,5 +1,5 @@ {-# LANGUAGE PatternSynonyms #-} --- turn on with -fwarn-missing-pat-syn-sigs +-- turn on with -fwarn-missing-pat-syn-signatures module Foo where diff --git a/testsuite/tests/patsyn/should_fail/all.T b/testsuite/tests/patsyn/should_fail/all.T index fbe5d5897b..871d623dad 100644 --- a/testsuite/tests/patsyn/should_fail/all.T +++ b/testsuite/tests/patsyn/should_fail/all.T @@ -26,6 +26,6 @@ test('poly-export-fail2', expect_broken(10653), compile_fail, ['']) test('export-super-class-fail', expect_broken(10653), compile_fail, ['']) test('export-type-synonym', normal, compile_fail, ['']) test('export-ps-rec-sel', normal, compile_fail, ['']) -test('T11053', normal, compile, ['-fwarn-missing-pat-syn-sigs']) +test('T11053', normal, compile, ['-fwarn-missing-pat-syn-signatures']) test('T10426', normal, compile_fail, ['']) test('T11265', normal, compile_fail, ['']) |