mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
This way, we can use
```
BOOST_CHECK(callContractFunction("t(fixed8x128)", make_pair(rational(2, 3), 128)) == encodeArgs(u256(9)));
```
which is a bit more self-explanatory, I would say.
|
||
|---|---|---|
| .. | ||
| contracts | ||
| libsolidity | ||
| boostTest.cpp | ||
| CMakeLists.txt | ||
| RPCSession.cpp | ||
| RPCSession.h | ||
| TestHelper.cpp | ||
| TestHelper.h | ||