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.
1 parent 6934390 commit 18ca1f6Copy full SHA for 18ca1f6
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