From 1833e9c0ba37b90a5db84cecc66388d83f37d36a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 25 May 2024 17:56:47 +0200 Subject: Fixed a NASTY bug with type promotions in generation of "selfsim". That was very hard to test because I have not way to know the actual answer beforehand. Luckily I caught it. --- test/102_gendata_h48/00_h_0.out | 4 ++-- test/102_gendata_h48/01_h_1.out | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/102_gendata_h48/00_h_0.out b/test/102_gendata_h48/00_h_0.out index 8c629f8..db6e121 100644 --- a/test/102_gendata_h48/00_h_0.out +++ b/test/102_gendata_h48/00_h_0.out @@ -19,5 +19,5 @@ h48: 1: 1 2: 4 3: 34 -4: 331 -5: 3608 +4: 329 +5: 3587 diff --git a/test/102_gendata_h48/01_h_1.out b/test/102_gendata_h48/01_h_1.out index 56b7066..456305d 100644 --- a/test/102_gendata_h48/01_h_1.out +++ b/test/102_gendata_h48/01_h_1.out @@ -19,5 +19,5 @@ h48: 1: 1 2: 4 3: 34 -4: 377 -5: 4113 +4: 375 +5: 4078 -- cgit v1.3