aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/import_simple.sol
blob: 5d61a8bbf08e23de40a43a5de64701d1df71b230 (plain) (blame)
1
2
3
import "hello";
// ----
// ParserError: (0-15): Source "hello" not found: File not supplied initially.