Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 13, 2024
1 parent 1462e5d commit 0d57e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/allow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn allow() {
command.current_dir(&temp_package);

let output = util::exec_forwarding_output(command, false).unwrap();
// smoelius: The command should succeed precisely when `BUILD_SCRIPT_ALLOW` is enabled.
// smoelius: The command should succeed precisely when `BUILD_WRAP_ALLOW` is enabled.
assert_eq!(allow, output.status.success());
let stderr = std::str::from_utf8(&output.stderr).unwrap();
assert!(stderr.contains("command failed"));
Expand Down

0 comments on commit 0d57e46

Please sign in to comment.