diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 10:53:09 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-05-02 12:07:55 +0000 |
| commit | 8a08514dbd75d33a82bc32fb53dc1de3cd9fc308 (patch) | |
| tree | 8d343d23d5b731aa4eb76eb7db6a6ef1ea45c724 /tests/run-make/debug-assertions | |
| parent | 7b99493492ad59c7a44c65373558175db42b4151 (diff) | |
| download | rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.tar.gz rust-8a08514dbd75d33a82bc32fb53dc1de3cd9fc308.zip | |
Add needs-unwind annotations to tests that need stack unwinding
Diffstat (limited to 'tests/run-make/debug-assertions')
| -rw-r--r-- | tests/run-make/debug-assertions/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/debug-assertions/Makefile b/tests/run-make/debug-assertions/Makefile index e83337c597f..4501459e9d1 100644 --- a/tests/run-make/debug-assertions/Makefile +++ b/tests/run-make/debug-assertions/Makefile @@ -1,4 +1,5 @@ # ignore-cross-compile +# needs-unwind include ../tools.mk all: |
