Skip to content

Commit 48d38b6

Browse files
committed
Include 0.4.0 and 0.4.11 in compiler tests
1 parent 218e278 commit 48d38b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/compiler.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,13 +804,16 @@ function runTests (solc, versionText) {
804804

805805
runTests(solc, 'latest');
806806

807-
// New features 0.1.6, 0.2.1, 0.4.11, 0.5.0, etc.
807+
// New compiler interface features 0.1.6, 0.2.1, 0.4.11, 0.5.0, etc.
808+
// 0.4.0 added pragmas (used in tests above)
808809
const versions = [
809810
'v0.1.1+commit.6ff4cd6',
810811
'v0.1.6+commit.d41f8b7',
811812
'v0.2.0+commit.4dc2445',
812813
'v0.2.1+commit.91a6b35',
813814
'v0.3.6+commit.3fc68da',
815+
'v0.4.0+commit.acd334c9',
816+
'v0.4.11+commit.68ef5810',
814817
'v0.4.26+commit.4563c3fc'
815818
];
816819
for (var version in versions) {

0 commit comments

Comments
 (0)