diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2016-02-15 23:33:04 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2016-02-15 23:33:04 +0000 |
commit | 3c39bec12e1abfae911a451d3dfb0039b943819d (patch) | |
tree | 4279d7ce537ffd31ccffac97c21283d2d99b2813 /testsuite | |
parent | 426a25c719f74054758eaaf15daf5760f8d068fb (diff) | |
download | haskell-3c39bec12e1abfae911a451d3dfb0039b943819d.tar.gz |
Rename missing-pat-syn-sigs to missing-pat-syn-signatures
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, ['']) |