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
@@ -35,8 +35,8 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// x() -> 0
// y() -> 0
@@ -19,8 +19,8 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// x() -> 0
// y() -> 0
@@ -10,7 +10,7 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
@@ -23,8 +23,8 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 12
// h(uint256): 4 -> 16
@@ -26,8 +26,8 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
// k(uint256): 4 -> 16
@@ -10,7 +10,7 @@ contract Child is Base {
}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
@@ -11,7 +11,7 @@ contract C is V
function a() internal view override returns (uint256) { return 42;}
}
// ====
// compileViaYul: also
// compileToEwasm: also
// compileViaYul: also
// ----
// b() -> 42