Skip to content
Snippets Groups Projects
Commit c213ae2e authored by Simon Marlow's avatar Simon Marlow
Browse files

executeFile001: omit profiling ways

The RTS doesn't get a chance to produce the profile output after
executeFile, so tests that check for correct profiling output will fail.
parent 722396c7
No related branches found
No related tags found
No related merge requests found
......@@ -59,4 +59,4 @@ test('3816', normal, compile_and_run, ['-package unix'])
test('processGroup001', normal, compile_and_run, ['-package unix'])
test('processGroup002', normal, compile_and_run, ['-package unix'])
test('executeFile001', normal, compile_and_run, ['-package unix'])
test('executeFile001', omit_ways(prof_ways), compile_and_run, ['-package unix'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment