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,7 +7,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> "a"
@@ -6,7 +6,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> "a"
@@ -5,7 +5,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f(uint256[2]): 43, 57 -> 43, 57
@@ -6,7 +6,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f(bytes): 0x20, 0x08, "abcdefgh" -> "a"
@@ -10,7 +10,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> 2, 3, 4