Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Oct 24, 2023
1 parent 39d4086 commit 8926362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion circom/tests/loops/inner_conditional_11.circom
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pragma circom 2.0.0;
// REQUIRES: circom
// RUN: rm -rf %t && mkdir %t && %circom --llvm -o %t %s | sed -n 's/.*Written successfully:.* \(.*\)/\1/p' | xargs cat | FileCheck %s --enable-var-scope
// XFAIL:.* // TEMPORARY: because EXTRACT_LOOP_BODY_TO_NEW_FUNC == false

template Sigma() {
signal input inp;
Expand Down
1 change: 0 additions & 1 deletion circom/tests/subcmps/subcmps3.circom
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pragma circom 2.0.0;
// REQUIRES: circom
// RUN: rm -rf %t && mkdir %t && %circom --llvm -o %t %s | sed -n 's/.*Written successfully:.* \(.*\)/\1/p' | xargs cat | FileCheck %s --enable-var-scope
// XFAIL:.* // TEMPORARY: because EXTRACT_LOOP_BODY_TO_NEW_FUNC == false

template Sum(n) {
signal input inp[n];
Expand Down

0 comments on commit 8926362

Please sign in to comment.