Repository : ssh://[email protected]/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/6f6f888af2a362a109e8ec95e48a8e3cbe6a0198/testsuite
>--------------------------------------------------------------- commit 6f6f888af2a362a109e8ec95e48a8e3cbe6a0198 Author: Simon Peyton Jones <[email protected]> Date: Tue Sep 3 09:20:19 2013 +0100 Test Trac #8215 >--------------------------------------------------------------- 6f6f888af2a362a109e8ec95e48a8e3cbe6a0198 tests/ghci/scripts/T8215.script | 2 ++ tests/ghci/scripts/all.T | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/ghci/scripts/T8215.script b/tests/ghci/scripts/T8215.script new file mode 100644 index 0000000..b023999 --- /dev/null +++ b/tests/ghci/scripts/T8215.script @@ -0,0 +1,2 @@ +newtype Age = Age Int deriving Show +newtype Bar = Bar Age deriving Show diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T index dd8a02e..2eb1a6f 100755 --- a/tests/ghci/scripts/all.T +++ b/tests/ghci/scripts/all.T @@ -154,3 +154,4 @@ test('T7894', normal, ghci_script, ['T7894.script']) test('T8116', normal, ghci_script, ['T8116.script']) test('T8113', normal, ghci_script, ['T8113.script']) test('T8172', normal, ghci_script, ['T8172.script']) +test('T8215', normal, ghci_script, ['T8215.script']) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
