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 bba0eaa commit f248554Copy full SHA for f248554
test/package.js
@@ -598,14 +598,6 @@ tape('Loading Legacy Versions', function (t) {
598
});
599
600
tape('Linking', function (t) {
601
- // FIXME: all the linking tests require compileJSONMulti support,
602
- // create test cases which have all files in a single source and could run with 0.1.3
603
- if (semver.lt(solc.semver(), '0.1.6')) {
604
- t.skip('Not supported by solc <0.1.6');
605
- t.end();
606
- return;
607
- }
608
-
609
t.test('link properly', function (st) {
610
/*
611
'lib.sol': 'library L { function f() public returns (uint) { return 7; } }',
0 commit comments