Skip to content

Commit b141bd9

Browse files
committed
I could not parse any nightly builds even when using specific versions of nightly builds of solc
1 parent e975f76 commit b141bd9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/unit/slang-utils/create-parser.test.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ describe('inferLanguage', function () {
1616
source: `pragma solidity 0.8.1;`,
1717
version: '0.8.1'
1818
},
19-
{
20-
description: 'With nightly commit',
21-
source: `pragma solidity 0.8.18-ci.2023.1.17+commit.e7b959af;`,
22-
version: '0.8.18',
23-
// TODO: unskip this test when addresses this issue
24-
// https://github.com/NomicFoundation/slang/issues/1346
25-
skip: true
26-
},
2719
{
2820
description: 'Caret range and pinned version',
2921
source: `pragma solidity ^0.8.0; pragma solidity 0.8.2;`,

0 commit comments

Comments
 (0)