Remove workaround of #13793/#10872

LLVM assertion error has been fixed recently:
http://llvm.org/bugs/show_bug.cgi?id=18993

Fixes 
This commit is contained in:
klutzy 2014-08-12 23:25:30 +09:00
parent d7916f8d44
commit 480674694e
3 changed files with 0 additions and 8 deletions
src/test
run-make/no-intermediate-extras
run-pass

@ -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() {
}

@ -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) => (),

@ -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,