]> git.lizzy.rs Git - rust.git/commitdiff
Remove workaround of #13793/#10872
authorklutzy <klutzytheklutzy@gmail.com>
Tue, 12 Aug 2014 14:25:30 +0000 (23:25 +0900)
committerklutzy <klutzytheklutzy@gmail.com>
Mon, 18 Aug 2014 04:45:08 +0000 (13:45 +0900)
LLVM assertion error has been fixed recently:
http://llvm.org/bugs/show_bug.cgi?id=18993

Fixes #13793

src/test/run-make/no-intermediate-extras/foo.rs
src/test/run-pass/issue-14393.rs
src/test/run-pass/test-runner-hides-main.rs

index 60a7f067476b0fba25839e29e2a38968d1d7b3e1..e6c760257380c6639446ab5e533b74c2a17b7a3e 100644 (file)
@@ -7,8 +7,3 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-
-// FIXME #13793
-#[test]
-fn test_dummy() {
-}
index 99af544e7865bd8f1087f1ca0c4fa74ce29815b0..e97021b4869dd510886c557ad015c92dd2a4f833 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-windows: FIXME #13793
-
 fn main() {
     match ("", 1u) {
         (_, 42u) => (),
index 64b914a7438cd02bdcd58ecd591407b29837da46..9b658ee1dae53a3cab4aad0e2c1e346d0d9daddd 100644 (file)
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // compile-flags:--test
-// ignore-windows #10872
 // ignore-pretty: does not work well with `--test`
 
 // Building as a test runner means that a synthetic main will be run,