From df1473dba5fa3fe816236b6c9eed06a716fb4773 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Mon, 18 May 2026 01:15:52 +0200 Subject: Slightly more explicit naming --- testsuite/pmcfg/run.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') 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]] ] -- cgit v1.2.3