aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-25 17:56:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-25 17:56:47 +0200
commit1833e9c0ba37b90a5db84cecc66388d83f37d36a (patch)
tree3c584191c36b3072b1cb3096a308002ba4b58f6e /test
parent43020af69d6932c7af0bc53b59c492775835a14e (diff)
downloadnissy-core-1833e9c0ba37b90a5db84cecc66388d83f37d36a.tar.gz
nissy-core-1833e9c0ba37b90a5db84cecc66388d83f37d36a.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/102_gendata_h48/00_h_0.out4
-rw-r--r--test/102_gendata_h48/01_h_1.out4
2 files changed, 4 insertions, 4 deletions
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:
191: 1 191: 1
202: 4 202: 4
213: 34 213: 34
224: 331 224: 329
235: 3608 235: 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:
191: 1 191: 1
202: 4 202: 4
213: 34 213: 34
224: 377 224: 375
235: 4113 235: 4078

Generated with cgit - Back to sebastiano.tronto.net