Skip to content

Commit

Permalink
Add test case for #8215
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Sep 2, 2013
1 parent 2a6dbea commit eb516a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ghci/should_run/T8215.hs
@@ -0,0 +1 @@
main = return ()
2 changes: 2 additions & 0 deletions tests/ghci/should_run/T8215.stdin
@@ -0,0 +1,2 @@
newtype Age = Age Int deriving Show
newtype Bar = Bar Age deriving Show
1 change: 1 addition & 0 deletions tests/ghci/should_run/all.T
Expand Up @@ -19,3 +19,4 @@ test('T3171',
['$MAKE -s --no-print-directory T3171'])

test('ghcirun004', just_ghci, compile_and_run, [''])
test('T8215', just_ghci, compile_and_run, [''])

0 comments on commit eb516a5

Please sign in to comment.