mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8f25bd54e3
A large number of tests compile contracts while passing in an empty string for the source name. This leads to it being keyed by the name ":<contract>", while the tests try to look it up under the name "<contract>". This change resolves that issue by dropping the ':' in cases where there is, effectively, no source file to prepend anyway. |
||
---|---|---|
.. | ||
analysis | ||
ast | ||
codegen | ||
formal | ||
inlineasm | ||
interface | ||
parsing | ||
CMakeLists.txt |