Skip to content

Commit

Permalink
abiparse: un-upgrade solidity in test contract
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Oct 17, 2023
1 parent 7eb259b commit 6818358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/runtime/abiparse/test_contracts/Varied.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0

pragma solidity ^0.8.21;
pragma solidity ^0.8.18;

struct O {
uint16 n;
Expand Down

0 comments on commit 6818358

Please sign in to comment.