Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Oct 17, 2024
1 parent b34365f commit f3cc511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tooling/nargo_cli/benches/criterion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ fn compile_program(test_program_dir: &Path) {
cmd.arg("--program-dir").arg(test_program_dir);
cmd.arg("compile");
cmd.arg("--force");
cmd.arg("--expression-width");
cmd.arg("1");
cmd.assert().success();
}

Expand Down
1 change: 0 additions & 1 deletion tooling/nargo_cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ pub(crate) fn start_cli() -> eyre::Result<()> {
#[cfg(test)]
mod tests {
use clap::Parser;
/// Test that parsing an invalid option doesn't
#[test]
fn test_parse_invalid_expression_width() {
let cmd = "nargo --program-dir . compile --expression-width 1";
Expand Down

0 comments on commit f3cc511

Please sign in to comment.