mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove "compileToEwasm" option
This commit is contained in:
parent
bcadf3c5de
commit
a522aea3c1
@ -9,7 +9,5 @@ contract C {
|
|||||||
return type(Mail).typehash == keccak256("Mail(address from,address to,string contents)");
|
return type(Mail).typehash == keccak256("Mail(address from,address to,string contents)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileToEwasm: also
|
|
||||||
// ----
|
// ----
|
||||||
// f() -> true
|
// f() -> true
|
||||||
|
@ -19,7 +19,5 @@ contract C {
|
|||||||
return A.a == B.b;
|
return A.a == B.b;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileToEwasm: also
|
|
||||||
// ----
|
// ----
|
||||||
// f() -> true
|
// f() -> true
|
||||||
|
@ -22,7 +22,5 @@ contract C {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileToEwasm: also
|
|
||||||
// ----
|
// ----
|
||||||
// f() -> true, true, true
|
// f() -> true, true, true
|
||||||
|
@ -17,7 +17,5 @@ contract C {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileToEwasm: also
|
|
||||||
// ----
|
// ----
|
||||||
// f() -> true, false, true
|
// f() -> true, false, true
|
||||||
|
@ -10,7 +10,5 @@ contract C is A {
|
|||||||
return type(S).typehash == keccak256("S(string x,bool[10][] y)");
|
return type(S).typehash == keccak256("S(string x,bool[10][] y)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ====
|
|
||||||
// compileToEwasm: also
|
|
||||||
// ----
|
// ----
|
||||||
// f() -> true
|
// f() -> true
|
||||||
|
Loading…
Reference in New Issue
Block a user