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
@@ -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()