summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations-literals/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/annotations-literals/all.T')
-rw-r--r--testsuite/tests/ghc-api/annotations-literals/all.T6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/ghc-api/annotations-literals/all.T b/testsuite/tests/ghc-api/annotations-literals/all.T
index bef7049f8f..311f2cf81a 100644
--- a/testsuite/tests/ghc-api/annotations-literals/all.T
+++ b/testsuite/tests/ghc-api/annotations-literals/all.T
@@ -1,4 +1,2 @@
-test('literals', extra_clean(['LiteralsTest.o', 'LiteralsTest.hi']),
- run_command, ['$MAKE -s --no-print-directory literals'])
-test('parsed', extra_clean(['LiteralsTest2.o', 'LiteralsTest2.hi']),
- run_command, ['$MAKE -s --no-print-directory parsed'])
+test('literals', [], run_command, ['$MAKE -s --no-print-directory literals'])
+test('parsed', [], run_command, ['$MAKE -s --no-print-directory parsed'])