Use new-style directives in ui test

This commit is contained in:
Chris Denton 2024-03-25 10:11:09 +00:00 committed by Pietro Albini
parent ceedae178e
commit 96b6459ba0
No known key found for this signature in database
GPG key ID: CD76B35F7734769E

View file

@ -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};