change test sketch failing under x86-64-v3. Add a copy of the sketch

for the old round-trip tests.
This commit is contained in:
phkahler 2021-04-01 19:54:48 -04:00
parent cc52eb237d
commit af8b0e4dbf
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

View File

@ -8,12 +8,12 @@ TEST_CASE(normal_roundtrip) {
TEST_CASE(normal_migrate_from_v20) {
CHECK_LOAD("normal_v20.slvs");
CHECK_SAVE("normal.slvs");
CHECK_SAVE("normal_old_version.slvs");
}
TEST_CASE(normal_migrate_from_v22) {
CHECK_LOAD("normal_v22.slvs");
CHECK_SAVE("normal.slvs");
CHECK_SAVE("normal_old_version.slvs");
}
TEST_CASE(other_roundtrip) {