We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6934390 + 18ca1f6 commit 94e1b7eCopy full SHA for 94e1b7e
test/cli.js
@@ -44,7 +44,7 @@ tape('CLI', function (t) {
44
45
t.test('incorrect source source', function (st) {
46
var spt = spawn(st, './solcjs --bin test/resources/fixtureIncorrectSource.sol');
47
- spt.stderr.match(/^test\/resources\/fixtureIncorrectSource.sol:1:1: SyntaxError: Invalid pragma "contract"/);
+ spt.stderr.match(/SyntaxError: Invalid pragma "contract"/);
48
spt.end();
49
});
50
0 commit comments