nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/lalrpop-test/src/lib.rs b/lalrpop-test/src/lib.rs
2index cb4f2b0..725b0d4 100644
3--- a/lalrpop-test/src/lib.rs
4+++ b/lalrpop-test/src/lib.rs
5@@ -1089,7 +1089,7 @@ fn verify_lalrpop_generates_itself() {
6 // Don't remove the .rs file that already exist
7 fs::copy(&grammar_file, &copied_grammar_file).expect("no grammar file found");
8
9- assert!(Command::new("../target/debug/lalrpop")
10+ assert!(Command::new("../target/@target_triple@/release/lalrpop")
11 .args([
12 "--force",
13 "--no-whitespace",