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
@@ -15,7 +15,6 @@ contract sender {
// ====
// allowNonExistingFunctions: true
// compileToEwasm: false
// compileViaYul: also
// ----
// recv(uint256): 7 ->
// val() -> 0
@@ -7,7 +7,6 @@ contract A {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// ()
// x() -> 1
@@ -11,7 +11,6 @@ contract A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 0x01, 0x40, 0x00
// x() -> 3
@@ -11,7 +11,6 @@ contract A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 0x01, 0x40, 0x00
// x() -> 0x20, 3, "abc"
@@ -7,7 +7,6 @@ contract C {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// f() -> 0, 0
// () ->
@@ -14,6 +14,5 @@ contract B is A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 0x01, 0x40, 0x03, 0x78797a0000000000000000000000000000000000000000000000000000000000
@@ -13,6 +13,5 @@ contract B is A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 1, 0x40, 0x00
@@ -17,6 +17,5 @@ contract C is B, A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 0x01, 0x40, 0x00
@@ -9,6 +9,5 @@ contract A {
}
// ====
// EVMVersion: >=byzantium
// compileViaYul: also
// ----
// f() -> 0x01, 0x40, 0x03, 0x6162630000000000000000000000000000000000000000000000000000000000
@@ -5,7 +5,6 @@ contract A {
}
contract B is A {}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// getData() -> 0
@@ -6,7 +6,6 @@ contract A {
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// (): hex"d88e0b"
// x() -> 2