summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/arrows/should_compile/all.T
blob: 3351b9f4baf0c3d08a601fc2a7d5979fe773be2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
setTestOpts(only_compiler_types(['ghc']))

test('arrowapply1', normal, compile, [''])
test('arrowapply2', normal, compile, [''])
test('arrowapply3', normal, compile, [''])
test('arrowapply4', normal, compile, [''])
test('arrowapply5', normal, compile, [''])
test('arrowcase1', normal, compile, [''])
test('arrowdo1', normal, compile, [''])
test('arrowdo2', normal, compile, [''])
# test('arrowdo3', normal, compile, [''])	# takes too long
test('arrowform1', normal, compile, [''])
test('arrowif1', normal, compile, [''])
test('arrowlet1', normal, compile, [''])
test('arrowrec1', normal, compile, [''])
test('arrowpat', normal, compile, [''])
test('T3964', normal, compile, [''])
test('T5283', normal, compile, [''])