diff options
| author | Ralf Jung <post@ralfj.de> | 2024-02-25 10:41:19 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-02-25 10:41:19 +0100 |
| commit | 87042866a3c9000cf7ec83a6ed00504a2a00b761 (patch) | |
| tree | 18b2e9a10d6429bea559a3a39bc23363fe446c43 /tests/debuginfo/enum-thinlto.rs | |
| parent | 779d3ea8b87237143e5c512a0a9a09a030e9f2f0 (diff) | |
| parent | a2f3c0cf880ad819c4eab2b320525b6a31ac6513 (diff) | |
| download | rust-87042866a3c9000cf7ec83a6ed00504a2a00b761.tar.gz rust-87042866a3c9000cf7ec83a6ed00504a2a00b761.zip | |
Merge from rustc
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs index b10e04a4a9e..5c27fe4271c 100644 --- a/tests/debuginfo/enum-thinlto.rs +++ b/tests/debuginfo/enum-thinlto.rs @@ -1,7 +1,7 @@ // Require a gdb that can read DW_TAG_variant_part. -// min-gdb-version: 8.2 +//@ min-gdb-version: 8.2 -// compile-flags:-g -Z thinlto +//@ compile-flags:-g -Z thinlto // === GDB TESTS =================================================================================== |
