mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove // compileViaYul: also
This commit is contained in:
@@ -3,6 +3,5 @@ import {External} from "a";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -5,6 +5,5 @@ import {OtherExternal} from "_external/other_external.sol";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -8,7 +8,6 @@ import {S1} from "s1.sol";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
|
||||
@@ -7,6 +7,5 @@ import {D} from "C/../////D/d.sol";
|
||||
contract Contract {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -9,6 +9,5 @@ import {A, B, C, D, G, H, Contract} from "_relative_imports/dir/contract.sol";
|
||||
contract CC {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -3,6 +3,5 @@ import {External} from "_external/external.sol";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -5,6 +5,5 @@ import {OtherExternal} from "_external/other_external.sol";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -5,6 +5,5 @@ import {SubExternal} from "sub_external.sol";
|
||||
contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -7,6 +7,5 @@ import {A, B} from "_source_name_starting_with_dots/dir/contract.sol";
|
||||
contract Contract {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
@@ -7,6 +7,5 @@ contract C {
|
||||
OtherExternal _otherExternal;
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// constructor()
|
||||
|
||||
Reference in New Issue
Block a user