Skip to content

Commit

Permalink
return to previous
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Jul 11, 2024
1 parent 71f14d1 commit 61ec38b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tooling/nargo_cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ fn generate_compile_success_no_bugs_contract_tests(test_file: &mut File, test_da
&test_dir,
r#"
nargo.arg("compile").arg("--force");
nargo.assert().success();"#,
);

Expand All @@ -326,7 +325,7 @@ fn generate_compile_success_no_bugs_contract_tests(test_file: &mut File, test_da
r#"
nargo.arg("compile").arg("--force").arg("--use-legacy");
nargo.assert().success().stderr(predicate::str::contains("bug").not());"#,
nargo.assert().success();"#,
);
}
}
Expand Down

0 comments on commit 61ec38b

Please sign in to comment.