summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-10-19 09:56:57 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-10-19 10:09:42 +0100
commit4cee4102c0f7ac631150fe4ba0cc43612e24be28 (patch)
treef9ecedbd4bcba3b823efbcdacb62eb85d916c69c /testsuite/tests/ghc-api
parent0d26f730120a24d48ef49c487db9563cc719b4a4 (diff)
downloadhaskell-4cee4102c0f7ac631150fe4ba0cc43612e24be28.tar.gz
disable profilng ways (GHC cannot interpret code with profiling)
Diffstat (limited to 'testsuite/tests/ghc-api')
-rw-r--r--testsuite/tests/ghc-api/dynCompileExpr/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/dynCompileExpr/all.T b/testsuite/tests/ghc-api/dynCompileExpr/all.T
index 5479944cd7..108b96407c 100644
--- a/testsuite/tests/ghc-api/dynCompileExpr/all.T
+++ b/testsuite/tests/ghc-api/dynCompileExpr/all.T
@@ -1,3 +1,4 @@
test('dynCompileExpr',
- extra_run_opts('"' + config.libdir + '"'),
+ [ extra_run_opts('"' + config.libdir + '"'),
+ omit_ways(prof_ways) ], # cannot run interpreted code with -prof
compile_and_run, ['-package ghc'])