Skip to content

Commit

Permalink
Ignore a test on musl because its ui output differs
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 18, 2019
1 parent 1c9d889 commit 3956c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/ui/consts/offset_from_ub.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// ingoring on musl because it's ui output hides libcore backtraces
// ignore-musl

#![feature(const_raw_ptr_deref)]
#![feature(const_ptr_offset_from)]
#![feature(ptr_offset_from)]
Expand Down

0 comments on commit 3956c48

Please sign in to comment.