From bcbd3ec819abc6cf9292f6e278482924e3b96c51 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Thu, 14 Mar 2024 01:40:24 -0400 Subject: [PATCH] Test breaking change comment --- .github/SOLIDITY_COMPAT_ISSUE.md | 3 +++ .github/workflows/solidity.yml | 1 + src/provider/tests/ipa_pc.rs | 5 ----- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/SOLIDITY_COMPAT_ISSUE.md b/.github/SOLIDITY_COMPAT_ISSUE.md index ce9f92e2d..e669af174 100644 --- a/.github/SOLIDITY_COMPAT_ISSUE.md +++ b/.github/SOLIDITY_COMPAT_ISSUE.md @@ -3,3 +3,6 @@ Compatibility with the [Arecibo](https://github.com/lurk-lab/arecibo) dependency Check the [Solidity compatibility workflow run](__WORKFLOW_URL__) for details. This issue was raised by the workflow at __WORKFLOW_FILE__. + +> [!NOTE] +> This is a test diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 876fea16a..f6aba3826 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -94,6 +94,7 @@ jobs: for file in *.t.sol; do sed '/^running 1 test$/d;/^test provider.*$/d' $file > tmp.file && mv tmp.file solidity-verifier/test/$file done + shopt -u nullglob working-directory: ${{ github.workspace }} - name: Run Forge tests id: solidity-test diff --git a/src/provider/tests/ipa_pc.rs b/src/provider/tests/ipa_pc.rs index 3c41dafb8..a0d41dcbb 100644 --- a/src/provider/tests/ipa_pc.rs +++ b/src/provider/tests/ipa_pc.rs @@ -17,11 +17,6 @@ mod test { static IPA_COMPATIBILITY_UNIT_TESTING_TEMPLATE: &str = " // SPDX-License-Identifier: Apache-2.0 pragma solidity ^0.8.16; -import \"@std/Test.sol\"; -import \"src/blocks/grumpkin/Grumpkin.sol\"; -import \"src/blocks/EqPolynomial.sol\"; -import \"src/Utilities.sol\"; -import \"src/blocks/IpaPcs.sol\"; contract IpaTest is Test { function composeIpaInput() public pure returns (InnerProductArgument.IpaInputGrumpkin memory) {