Skip to content

Commit

Permalink
Try to paper over more test on aarch64-apple
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Aug 10, 2024
1 parent 70f6f0a commit 5241f87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/debuginfo/method-on-enum.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ min-lldb-version: 310
//@ min-lldb-version: 1800

//@ compile-flags:-g -Zmir-opt-level=0

Expand Down
4 changes: 2 additions & 2 deletions tests/debuginfo/option-like-enum.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//@ min-lldb-version: 310
//@ min-lldb-version: 1800

//@ compile-flags:-g
//@ compile-flags:-g -Zmir-opt-level=0

// === GDB TESTS ===================================================================================

Expand Down
2 changes: 1 addition & 1 deletion tests/debuginfo/struct-in-enum.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@ min-lldb-version: 310
//@ min-lldb-version: 1800
//@ ignore-gdb-version: 7.11.90 - 7.12.9

//@ compile-flags:-g -Zmir-opt-level=0
Expand Down

0 comments on commit 5241f87

Please sign in to comment.