We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1462e5d commit 0d57e46Copy full SHA for 0d57e46
tests/integration/allow.rs
@@ -12,7 +12,7 @@ fn allow() {
12
command.current_dir(&temp_package);
13
14
let output = util::exec_forwarding_output(command, false).unwrap();
15
- // smoelius: The command should succeed precisely when `BUILD_SCRIPT_ALLOW` is enabled.
+ // smoelius: The command should succeed precisely when `BUILD_WRAP_ALLOW` is enabled.
16
assert_eq!(allow, output.status.success());
17
let stderr = std::str::from_utf8(&output.stderr).unwrap();
18
assert!(stderr.contains("command failed"));
0 commit comments