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

Omit prof ways for subdir/tough2

parent 9bd41daa
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,8 @@ test('tough', cmd_prefix(hpc_prefix), compile_and_run, ['-fhpc'])
# subdirectory and (b) it is a literate file. We had a bug in this
# area caused by the handling of line pragmas in the preprocessed
# source file.
test('subdir/tough2', [ literate, cmd_prefix(hpc_prefix) ], compile_and_run, ['-fhpc'])
test('subdir/tough2',
[ literate,
cmd_prefix(hpc_prefix),
omit_ways(['ghci'] + prof_ways) ], # profile goes in the wrong place
compile_and_run, ['-fhpc'])
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