forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#71711 - Mark-Simulacrum:deignore-tests, r=n…
…ikomatsakis Updates to some ignored tests This removes or fixes some ignored test cases. cc rust-lang#13745
- Loading branch information
Showing
4 changed files
with
7 additions
and
34 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// aux-build:issue-27362.rs | ||
// aux-build:issue-27362-aux.rs | ||
// ignore-cross-compile | ||
// ignore-test This test fails on beta/stable #32019 | ||
|
||
extern crate issue_27362; | ||
pub use issue_27362 as quux; | ||
extern crate issue_27362_aux; | ||
|
||
// @matches issue_27362/quux/fn.foo.html '//pre' "pub const fn foo()" | ||
// @matches issue_27362/quux/fn.bar.html '//pre' "pub const unsafe fn bar()" | ||
// @matches issue_27362/quux/struct.Foo.html '//code' "const unsafe fn baz()" | ||
pub use issue_27362_aux::*; | ||
|
||
// @matches issue_27362/fn.foo.html '//pre' "pub const fn foo()" | ||
// @matches issue_27362/fn.bar.html '//pre' "pub const unsafe fn bar()" | ||
// @matches issue_27362/struct.Foo.html '//code' "const unsafe fn baz()" |
14 changes: 0 additions & 14 deletions
14
src/test/ui/fully-qualified-type/fully-qualified-type-name3.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.