regex: Enable test on Windows

Fixes #13725
This commit is contained in:
klutzy 2014-08-12 23:23:10 +09:00
parent 3b65124063
commit d7916f8d44
5 changed files with 1 additions and 10 deletions

View File

@ -395,8 +395,7 @@
mod re;
mod vm;
// FIXME(#13725) windows needs fixing.
#[cfg(test, not(windows))]
#[cfg(test)]
mod test;
/// The `native` module exists to support the `regex!` macro. Do not use.

View File

@ -38,8 +38,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
// ignore-cross-compile #12102

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]