diff options
Diffstat (limited to 'testsuite/tests/generics/all.T')
-rw-r--r-- | testsuite/tests/generics/all.T | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/generics/all.T b/testsuite/tests/generics/all.T new file mode 100644 index 0000000000..5ef616c811 --- /dev/null +++ b/testsuite/tests/generics/all.T @@ -0,0 +1,8 @@ +setTestOpts(only_compiler_types(['ghc'])) + +test('GenCanDoRep0', normal, compile, ['']) + +test('GenShouldFail0', normal, compile_fail, ['']) +test('GenCannotDoRep0', normal, compile_fail, ['']) +test('GenCannotDoRep1', normal, compile_fail, ['']) +test('GenCannotDoRep2', normal, compile_fail, ['']) |