mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Cover cmdlineTests.sh errors
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
==== Source: a ====
|
||||
contract A { }
|
||||
==== Source: b ====
|
||||
import {C} from "a";
|
||||
contract B { }
|
||||
// ----
|
||||
// DeclarationError 2904: (b:0-20): Declaration "C" not found in "a" (referenced as "a").
|
||||
@@ -0,0 +1,3 @@
|
||||
unexpected
|
||||
// ----
|
||||
// ParserError 7858: (0-10): Expected pragma, import directive or contract/interface/library/struct/enum definition.
|
||||
Reference in New Issue
Block a user