Skip to content

Commit

Permalink
Merge b963b98 into f389547
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Dec 20, 2018
2 parents f389547 + b963b98 commit 0c44e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/comment-directives.js
Expand Up @@ -25,7 +25,7 @@ describe('Linter', () => {
const report = linter.processStr(
`
// solhint-disable-next-line
pragma solidity ^0.4.4;
pragma solidity 0.3.4;
pragma solidity 0.3.4;
`,
noIndent()
Expand All @@ -38,7 +38,7 @@ describe('Linter', () => {
const report = linter.processStr(
`
/* solhint-disable-next-line */
pragma solidity ^0.4.4;
pragma solidity 0.3.4;
pragma solidity 0.3.4;
`,
noIndent()
Expand Down

0 comments on commit 0c44e09

Please sign in to comment.