diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-05-18 01:15:52 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-05-18 01:15:52 +0200 |
| commit | df1473dba5fa3fe816236b6c9eed06a716fb4773 (patch) | |
| tree | 8fb6c38aa6aca3490b5188cc57caa4987b0db170 /testsuite | |
| parent | 827d73a91ed0fb3dfff56379ebea21a29406a277 (diff) | |
Slightly more explicit naming
Diffstat (limited to 'testsuite')
| -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]] ] |
