Skip to content

Commit f248554

Browse files
committed
Linker tests no longer need 0.1.6
1 parent bba0eaa commit f248554

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/package.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -598,14 +598,6 @@ tape('Loading Legacy Versions', function (t) {
598598
});
599599

600600
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-
609601
t.test('link properly', function (st) {
610602
/*
611603
'lib.sol': 'library L { function f() public returns (uint) { return 7; } }',

0 commit comments

Comments
 (0)