diff --git a/tests/ui/std/windows-bat-args.rs b/tests/ui/std/windows-bat-args.rs index d2d5fe76c84..a9b6252b78c 100644 --- a/tests/ui/std/windows-bat-args.rs +++ b/tests/ui/std/windows-bat-args.rs @@ -1,6 +1,6 @@ -// only-windows -// run-pass -// run-flags:--parent-process +//@ only-windows +//@ run-pass +//@ run-flags:--parent-process use std::env; use std::io::ErrorKind::{self, InvalidInput};