summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_compile/all.T
diff options
context:
space:
mode:
authorDavid Terei <davidterei@gmail.com>2011-07-20 11:09:03 -0700
committerDavid Terei <davidterei@gmail.com>2011-07-20 11:26:35 -0700
commit16514f272fb42af6e9c7674a9bd6c9dce369231f (patch)
treee4f332b45fe65e2a7a2451be5674f887b42bf199 /testsuite/tests/arrows/should_compile/all.T
parentebd422aed41048476aa61dd4c520d43becd78682 (diff)
downloadhaskell-16514f272fb42af6e9c7674a9bd6c9dce369231f.tar.gz
Move tests from tests/ghc-regress/* to just tests/*
Diffstat (limited to 'testsuite/tests/arrows/should_compile/all.T')
-rw-r--r--testsuite/tests/arrows/should_compile/all.T18
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, [''])