diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-25 17:56:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-25 17:56:47 +0200 |
| commit | 1833e9c0ba37b90a5db84cecc66388d83f37d36a (patch) | |
| tree | 3c584191c36b3072b1cb3096a308002ba4b58f6e /test | |
| parent | 43020af69d6932c7af0bc53b59c492775835a14e (diff) | |
| download | nissy-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.out | 4 | ||||
| -rw-r--r-- | test/102_gendata_h48/01_h_1.out | 4 |
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: | |||
| 19 | 1: 1 | 19 | 1: 1 |
| 20 | 2: 4 | 20 | 2: 4 |
| 21 | 3: 34 | 21 | 3: 34 |
| 22 | 4: 331 | 22 | 4: 329 |
| 23 | 5: 3608 | 23 | 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: | |||
| 19 | 1: 1 | 19 | 1: 1 |
| 20 | 2: 4 | 20 | 2: 4 |
| 21 | 3: 34 | 21 | 3: 34 |
| 22 | 4: 377 | 22 | 4: 375 |
| 23 | 5: 4113 | 23 | 5: 4078 |
