Remove // compileViaYul: also

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 788dc6b4c8
commit 58d21f1e9d
1267 changed files with 0 additions and 1267 deletions
@@ -36,7 +36,6 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// x() -> 0
// y() -> 0
@@ -20,7 +20,6 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// x() -> 0
// y() -> 0
@@ -11,6 +11,5 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
@@ -24,7 +24,6 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 12
// h(uint256): 4 -> 16
@@ -27,7 +27,6 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
// k(uint256): 4 -> 16
@@ -11,6 +11,5 @@ contract Child is Base {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// g(uint256): 4 -> 8
@@ -16,6 +16,5 @@ contract C is V
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// b() -> 42
@@ -17,6 +17,5 @@ contract B is A, I {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> 42
@@ -17,6 +17,5 @@ contract B is A, I {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> 42