diff options
Diffstat (limited to 'testsuite/tests/arrows/should_compile/all.T')
-rw-r--r-- | testsuite/tests/arrows/should_compile/all.T | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuite/tests/arrows/should_compile/all.T b/testsuite/tests/arrows/should_compile/all.T new file mode 100644 index 0000000000..3351b9f4ba --- /dev/null +++ b/testsuite/tests/arrows/should_compile/all.T @@ -0,0 +1,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, ['']) |