summaryrefslogtreecommitdiff
path: root/testsuite/tests/dph/diophantine/dph-diophantine.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dph/diophantine/dph-diophantine.T')
-rw-r--r--testsuite/tests/dph/diophantine/dph-diophantine.T8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/dph/diophantine/dph-diophantine.T b/testsuite/tests/dph/diophantine/dph-diophantine.T
index df2fffec0e..b926181d15 100644
--- a/testsuite/tests/dph/diophantine/dph-diophantine.T
+++ b/testsuite/tests/dph/diophantine/dph-diophantine.T
@@ -2,16 +2,16 @@
test ('dph-diophantine-opt'
, [ alone
, skip_if_fast
- , reqlib('dph-par')
+ , reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, expect_broken(5065)
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-Odph -package dph-par'])
+ , '-Odph -package dph-lifted-copy'])
test ('dph-diophantine-fast'
- , [ reqlib('dph-par')
+ , [ reqlib('dph-lifted-copy')
, reqlib('dph-prim-par')
, extra_clean(['DiophantineVect.hi', 'DiophantineVect.o',
'Main.hi', 'Main.o'])
@@ -19,5 +19,5 @@ test ('dph-diophantine-fast'
, only_ways(['normal', 'threaded1', 'threaded2']) ]
, multimod_compile_and_run
, [ 'Main'
- , '-O -fno-enable-rewrite-rules -package dph-par'])
+ , '-O -fno-enable-rewrite-rules -package dph-lifted-copy'])