about summary refs log tree commit diff
path: root/tests/codegen/gdb_debug_script_load.rs
diff options
context:
space:
mode:
authorMads Marquart <mads@marquart.dk>2024-05-27 15:17:18 +0200
committerMads Marquart <mads@marquart.dk>2024-05-28 12:31:33 +0200
commite6b9bb7b7200c69b82fd69572a7c0a03ead3d60f (patch)
tree3aaea213cf11a4b4a48ddde3e7385cc4bfe9f11d /tests/codegen/gdb_debug_script_load.rs
parent37ae2b68b1631a5f2cb7d2b2f6478acba654d651 (diff)
downloadrust-e6b9bb7b7200c69b82fd69572a7c0a03ead3d60f.tar.gz
rust-e6b9bb7b7200c69b82fd69572a7c0a03ead3d60f.zip
Make more of the test suite run on Mac Catalyst
This adds the `only-apple`/`ignore-apple` compiletest directive, and
uses that basically everywhere instead of `only-macos`/`ignore-macos`.

Some of the updates in `run-make` are a bit redundant, as they use
`ignore-cross-compile` and won't run on iOS - but using Apple in these
is still more correct, so I've made that change anyhow.
Diffstat (limited to 'tests/codegen/gdb_debug_script_load.rs')
-rw-r--r--tests/codegen/gdb_debug_script_load.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/gdb_debug_script_load.rs b/tests/codegen/gdb_debug_script_load.rs
index f15defeaca8..30d518c0bcb 100644
--- a/tests/codegen/gdb_debug_script_load.rs
+++ b/tests/codegen/gdb_debug_script_load.rs
@@ -1,6 +1,6 @@
 //
 //@ ignore-windows
-//@ ignore-macos
+//@ ignore-apple
 //@ ignore-wasm
 //@ ignore-emscripten