Skip to content

Commit 0d57e46

Browse files
committed
Typo
1 parent 1462e5d commit 0d57e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/allow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn allow() {
1212
command.current_dir(&temp_package);
1313

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

0 commit comments

Comments
 (0)