Skip to content

Commit 6aab224

Browse files
committed
Revert "exclude problematic test"
This reverts commit 3f1e156.
1 parent 3c70479 commit 6aab224

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//@ compile-flags: --test --persist-doctests /../../ -Z unstable-options
2+
//@ failure-status: 101
3+
//@ only-linux
4+
5+
#![crate_name = "foo"]
6+
7+
//! ```rust
8+
//! use foo::dummy;
9+
//! dummy();
10+
//! ```
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Couldn't create directory for doctest executables: Permission denied (os error 13)

0 commit comments

Comments
 (0)