Skip to content

Commit

Permalink
removing commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Aug 26, 2024
1 parent e928b9c commit 9c9c05e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ use std::{path::PathBuf, sync::Once};
static FORC_COMPILATION: Once = Once::new();

fn compile_forc() {
// e2e_tests::test_consistency::check().unwrap();
// e2e_tests::reduced_std_libs::create().unwrap();

let args = vec!["b", "--release", "-p", "forc"];
let o = std::process::Command::new("cargo")
.args(args)
Expand Down

0 comments on commit 9c9c05e

Please sign in to comment.