blob: a9867dd395227387751685fe3522f093230b49cf (
plain)
1
2
3
4
5
6
7
8
|
setTestOpts(only_compiler_types(['ghc']))
test('arrowrun001', normal, compile_and_run, [''])
test('arrowrun002', skip_if_fast, compile_and_run, [''])
test('arrowrun003', normal, compile_and_run, [''])
test('arrowrun004', skip_if_fast, compile_and_run, [''])
test('T3822', normal, compile_and_run, [''])
|