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. |
||
---|---|---|
.. | ||
AST_accept.h | ||
AST.cpp | ||
AST.h | ||
ASTAnnotations.cpp | ||
ASTAnnotations.h | ||
ASTForward.h | ||
ASTJsonConverter.cpp | ||
ASTJsonConverter.h | ||
ASTPrinter.cpp | ||
ASTPrinter.h | ||
ASTUtils.cpp | ||
ASTUtils.h | ||
ASTVisitor.h | ||
Types.cpp | ||
Types.h |