diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:06:12 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:10:12 +0200 |
| commit | efaf3eb8a06f2ad55334af6166d324fd79d8c25f (patch) | |
| tree | 5a7753a049fb4612d2a6c3fd432bfb4c95a64203 /tests/run-make/embed-source-dwarf/rmake.rs | |
| parent | fd50e1012f79eb93f661adc6f276335e4cfb34ea (diff) | |
| download | rust-efaf3eb8a06f2ad55334af6166d324fd79d8c25f.tar.gz rust-efaf3eb8a06f2ad55334af6166d324fd79d8c25f.zip | |
ignore `run-make` tests that need `std` on `no_std` targets
In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda`
Diffstat (limited to 'tests/run-make/embed-source-dwarf/rmake.rs')
| -rw-r--r-- | tests/run-make/embed-source-dwarf/rmake.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/embed-source-dwarf/rmake.rs b/tests/run-make/embed-source-dwarf/rmake.rs index 550c8b9b3c9..99fad359054 100644 --- a/tests/run-make/embed-source-dwarf/rmake.rs +++ b/tests/run-make/embed-source-dwarf/rmake.rs @@ -1,3 +1,4 @@ +//@ needs-target-std //@ ignore-windows //@ ignore-apple |
