diff options
Diffstat (limited to 'testsuite/pmcfg')
| -rw-r--r-- | testsuite/pmcfg/run.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pmcfg/run.hs b/testsuite/pmcfg/run.hs index 1a110d3c4..5ad5b5071 100644 --- a/testsuite/pmcfg/run.hs +++ b/testsuite/pmcfg/run.hs @@ -127,7 +127,7 @@ throws value = do finalizerTests :: [Test] finalizerTests = - [ pmcfgCase "duplicate rectangles are ignored" + [ pmcfgCase "duplicate argument products are ignored" [ TestProduction 0 [1,2] [[10],[20]] , TestProduction 0 [1,2] [[10],[20]] ] @@ -142,7 +142,7 @@ finalizerTests = , TestProduction 0 [1] [[1],[20]] , TestProduction 0 [1] [[2],[10]] ] - , pmcfgCase "overlapping rectangles preserve area predicate" + , pmcfgCase "overlapping argument products preserve area predicate" [ TestProduction 0 [1] [[1,2],[10]] , TestProduction 0 [1] [[1],[10,20]] ] |
