Remove "compileToEwasm" option

This commit is contained in:
Anton Bukov 2023-07-05 13:15:54 +02:00
parent bcadf3c5de
commit a522aea3c1
5 changed files with 0 additions and 10 deletions

View File

@ -9,7 +9,5 @@ contract C {
return type(Mail).typehash == keccak256("Mail(address from,address to,string contents)");
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true

View File

@ -19,7 +19,5 @@ contract C {
return A.a == B.b;
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true

View File

@ -22,7 +22,5 @@ contract C {
);
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true, true, true

View File

@ -17,7 +17,5 @@ contract C {
);
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true, false, true

View File

@ -10,7 +10,5 @@ contract C is A {
return type(S).typehash == keccak256("S(string x,bool[10][] y)");
}
}
// ====
// compileToEwasm: also
// ----
// f() -> true