mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -11,6 +11,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 1
|
||||
|
||||
@@ -12,6 +12,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 992
|
||||
|
||||
@@ -14,6 +14,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 0x60
|
||||
|
||||
@@ -14,6 +14,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 0x2324
|
||||
|
||||
@@ -10,6 +10,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 24, true
|
||||
|
||||
@@ -14,6 +14,5 @@ contract D is C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// h() -> 1337
|
||||
|
||||
-1
@@ -14,6 +14,5 @@ contract D is C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 1337
|
||||
|
||||
-1
@@ -14,6 +14,5 @@ contract D is C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 1337
|
||||
|
||||
-1
@@ -21,6 +21,5 @@ contract E is D {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 1339
|
||||
|
||||
@@ -23,6 +23,5 @@ contract E is D {
|
||||
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// i() -> 1337
|
||||
|
||||
@@ -9,7 +9,6 @@ contract B is A {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f(uint256): 1337 -> 1337
|
||||
// g(uint256): 1337 -> 1338
|
||||
|
||||
@@ -10,6 +10,5 @@ contract C
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f() -> 1, 2
|
||||
|
||||
@@ -15,6 +15,5 @@ contract D is M.C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// g() -> 61337
|
||||
|
||||
-1
@@ -10,6 +10,5 @@ contract D {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// h() -> 61337
|
||||
|
||||
@@ -11,6 +11,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileToEwasm: also
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// foo() -> 1337
|
||||
|
||||
Reference in New Issue
Block a user