Re: [commit: testsuite] master: Add test for -funbox-strict-primitive-fields (b2c5047)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
On 07/12/12 05:31, Johan Tibell wrote: > Repository : ssh://darcs.haskell.org//srv/darcs/testsuite > > On branch : master > > http://hackage.haskell.org/trac/ghc/changeset/b2c5047da15f0b6441db7e615a84ce64d0f77890 > >> --------------------------------------------------------------- > > commit b2c5047da15f0b6441db7e615a84ce64d0f77890 > Author: Johan Tibell <[email protected]> > Date: Thu Dec 6 11:26:38 2012 -0800 > > Add test for -funbox-strict-primitive-fields > >> --------------------------------------------------------------- > > .../should_compile/UnboxStrictPrimitiveFields.hs | 28 ++++++++++++++++++++ > tests/typecheck/should_compile/all.T | 1 + > 2 files changed, 29 insertions(+), 0 deletions(-) > > diff --git a/tests/ghc-regress/typecheck/should_compile/UnboxStrictPrimitiveFields.hs b/tests/ghc-regress/typecheck/should_compile/UnboxStrictPrimitiveFields.hs I don't think you wanted to add this file to tests/ghc-regress/typecheck/..., it should go in tests/typecheck/... Cheers, Simon