Skip to content

Commit

Permalink
Update tests/ui/feature-gates/version_check.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
  • Loading branch information
oli-obk and workingjubilee committed Jul 29, 2024
1 parent 192671f commit ca49432
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/ui/feature-gates/version_check.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//@ run-pass
//@ ignore-wasm
//@ ignore-emscripten
//@ ignore-sgx
// FIXME: this should be more like //@ needs-subprocesses
use std::process::Command;

fn main() {
Expand Down

0 comments on commit ca49432

Please sign in to comment.