mirror of
https://github.com/arnaucube/circom-compat.git
synced 2026-01-13 09:21:36 +01:00
remove unused files
This commit is contained in:
@@ -268,7 +268,7 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn multiplier_1() {
|
||||
run_test(TestCase {
|
||||
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
|
||||
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
|
||||
inputs_path: root_path("test-vectors/mycircuit-input1.json").as_str(),
|
||||
n64: 4,
|
||||
witness: &["1", "33", "3", "11"],
|
||||
@@ -278,7 +278,7 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn multiplier_2() {
|
||||
run_test(TestCase {
|
||||
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
|
||||
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
|
||||
inputs_path: root_path("test-vectors/mycircuit-input2.json").as_str(),
|
||||
n64: 4,
|
||||
witness: &[
|
||||
@@ -293,7 +293,7 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn multiplier_3() {
|
||||
run_test(TestCase {
|
||||
circuit_path: root_path("test-vectors/mycircuit.wasm").as_str(),
|
||||
circuit_path: root_path("test-vectors/mycircuit_js/mycircuit.wasm").as_str(),
|
||||
inputs_path: root_path("test-vectors/mycircuit-input3.json").as_str(),
|
||||
n64: 4,
|
||||
witness: &[
|
||||
|
||||
Reference in New Issue
Block a user