Skip to content

Commit cdbf6b6

Browse files
authored
Merge pull request #284 from ethereum/fix-old-test
Fix old test
2 parents c0d34d5 + fe5ad47 commit cdbf6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/package.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ tape('Loading Legacy Versions', function (t) {
586586
return;
587587
}
588588
if (!solcSnapshot.supportsSingle) {
589+
st.plan(1);
589590
st.skip('Not supported by solc');
590591
st.end();
591592
return;

0 commit comments

Comments
 (0)