diff options
Diffstat (limited to 'testsuite/tests/parser/should_run/all.T')
-rw-r--r-- | testsuite/tests/parser/should_run/all.T | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_run/all.T b/testsuite/tests/parser/should_run/all.T new file mode 100644 index 0000000000..17d6bc0199 --- /dev/null +++ b/testsuite/tests/parser/should_run/all.T @@ -0,0 +1,7 @@ +test('readRun001', normal, compile_and_run, ['']) +test('readRun002', normal, compile_and_run, ['']) +test('readRun003', normal, compile_and_run, ['']) +test('readRun004', expect_broken_for(1257, ['ghci']), compile_and_run, ['']) +test('T1344', normal, compile_and_run, ['']) +test('operator', normal, compile_and_run, ['']) +test('operator2', normal, compile_and_run, ['']) |