diff options
| author | klutzy <klutzytheklutzy@gmail.com> | 2014-08-12 23:23:10 +0900 | 
|---|---|---|
| committer | klutzy <klutzytheklutzy@gmail.com> | 2014-08-18 13:44:29 +0900 | 
| commit | d7916f8d4416e739aec3226adb0df1077e15a80a (patch) | |
| tree | 049b49fd4ff50db1ce50cc6963c20bdbc2d64c4e /src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs | |
| parent | 3b651240633e01199f6486f56619bcc38b667e34 (diff) | |
| download | rust-d7916f8d4416e739aec3226adb0df1077e15a80a.tar.gz rust-d7916f8d4416e739aec3226adb0df1077e15a80a.zip | |
regex: Enable test on Windows
Fixes #13725
Diffstat (limited to 'src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs')
| -rw-r--r-- | src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs b/src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs index 8d859c3f7ba..d7135bc5c91 100644 --- a/src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs +++ b/src/test/compile-fail-fulldeps/syntax-extension-regex-unused-static.rs @@ -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)] | 
