pragma update for custom natspec tag

pull/3296/head
Aniket-Engg 2 years ago committed by Aniket
parent 42412415af
commit 44be04fa1e
  1. 2
      apps/remix-ide-e2e/src/tests/recorder.test.ts
  2. 2
      apps/remix-ide-e2e/src/tests/terminal.test.ts
  3. 2
      libs/remix-ws-templates/src/templates/remixDefault/contracts/1_Storage.sol

@ -470,7 +470,7 @@ const liveModeScenario = {
const testStorageForLiveMode = `// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
pragma solidity >=0.8.2 <0.9.0;
/**
* @title Storage

@ -584,7 +584,7 @@ contract OwnerTest {
const scriptAutoExec = {
contract: `// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
pragma solidity >=0.8.2 <0.9.0;
library lib {
function test () public view returns (uint) {

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
pragma solidity >=0.8.2 <0.9.0;
/**
* @title Storage

Loading…
Cancel
Save