summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T3103/test.T
blob: 1018e2e1d2bbe388bd2b155bd33029cbd281792e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Args to vtc are: extra compile flags

test('T3103',
     [only_compiler_types(['ghc']),
      normal,
      extra_clean(['Foreign/Ptr.hi', 'Foreign/Ptr.o',
                   'GHC/Base.hi',    'GHC/Base.o',
                   'GHC/Num.hi',     'GHC/Num.o',
                   'GHC/Show.hi',    'GHC/Show.o',
                   'GHC/Unicode.hi', 'GHC/Unicode.hi-boot',
                   'GHC/Unicode.o',  'GHC/Unicode.o-boot',
                   'GHC/Word.hi',    'GHC/Word.o'])],
     multimod_compile,
     ['Foreign.Ptr', '-v0 -hide-all-packages -package ghc-prim -package integer-gmp2 -this-package-key base'])