Skip to content

Commit

Permalink
Adding needs-unwind to nicer-assert-messages compiler ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollack committed Sep 19, 2022
1 parent 11bb80a commit 74e3d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore-tidy-linelength
// only-x86_64
// run-pass
// needs-unwind Asserting on contents of error message

#![allow(path_statements, unused_allocation)]
#![feature(box_syntax, core_intrinsics, generic_assert, generic_assert_internals)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// ignore-tidy-linelength
// only-x86_64
// run-pass
// needs-unwind Asserting on contents of error message

#![feature(core_intrinsics, generic_assert, generic_assert_internals)]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// aux-build:common.rs
// only-x86_64
// run-pass
// needs-unwind Asserting on contents of error message

#![feature(core_intrinsics, generic_assert, generic_assert_internals)]

Expand Down

0 comments on commit 74e3d99

Please sign in to comment.