Skip to content

Commit 22c0198

Browse files
authored
Fix flag name from #4835 (#4844)
1 parent aec951d commit 22c0198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/autoupdate_testdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def main() -> None:
4545
parser.add_argument("files", nargs="*")
4646
args = parser.parse_args()
4747

48-
if args.allow_check_fail:
48+
if args.non_fatal_checks:
4949
if build_mode == "opt":
5050
exit(
5151
"`--non-fatal-checks` is incompatible with inferred "

0 commit comments

Comments
 (0)