diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-05-26 18:47:28 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-05-26 18:47:28 -0400 |
commit | c82314085f2721915ea143a53f09de111aee7edb (patch) | |
tree | b08599a623d6f5df26450b699309042c9ab44dbb /testsuite/tests/deriving/should_compile/all.T | |
parent | 7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9 (diff) | |
download | haskell-c82314085f2721915ea143a53f09de111aee7edb.tar.gz |
Add regression test for #13758
Diffstat (limited to 'testsuite/tests/deriving/should_compile/all.T')
-rw-r--r-- | testsuite/tests/deriving/should_compile/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_compile/all.T b/testsuite/tests/deriving/should_compile/all.T index 837bb04856..36476d5f9c 100644 --- a/testsuite/tests/deriving/should_compile/all.T +++ b/testsuite/tests/deriving/should_compile/all.T @@ -1,6 +1,6 @@ def just_the_deriving( msg ): return msg[0:msg.find('Filling in method body')] - + test('drv001', normal, compile, ['']) test('drv002', normal, compile, ['']) test('drv003', normal, compile, ['']) @@ -88,5 +88,6 @@ test('T12814', normal, compile, ['-Wredundant-constraints']) test('T13272', normal, compile, ['']) test('T13272a', normal, compile, ['']) test('T13297', normal, compile, ['']) +test('T13758', normal, compile, ['']) test('drv-empty-data', [normalise_errmsg_fun(just_the_deriving)],compile, ['-ddump-deriv -dsuppress-uniques']) test('drv-phantom', [normalise_errmsg_fun(just_the_deriving)],compile, ['-ddump-deriv -dsuppress-uniques']) |