Trivial isoltest updates: directives sorted alphabetically

This commit is contained in:
Alex Beregszaszi
2021-04-20 17:21:56 +02:00
committed by Kamil Śliwak
parent cf7f814a4e
commit 45c6bbe02b
493 changed files with 503 additions and 503 deletions
@@ -7,8 +7,8 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f((int256,uint256,bytes16)): 0xff010, 0xff0002, "abcd" -> 0xff010, 0xff0002, "abcd"
// f((int256,uint256,bytes16)): 0xff010, 0xff0002, 0x1111222233334444555566667777888800000000000000000000000000000000 -> 0xff010, 0xff0002, left(0x11112222333344445555666677778888)
@@ -10,7 +10,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f((uint256,uint8,uint8,bytes2)): 1, 2, 3, "ab" -> 1, 2, 3, 0x6162