From 96b6459ba01e4ad6514085a1d83fc932e33710d4 Mon Sep 17 00:00:00 2001 From: Chris Denton Date: Mon, 25 Mar 2024 10:11:09 +0000 Subject: [PATCH] Use new-style directives in ui test --- tests/ui/std/windows-bat-args.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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};