From d775e6132ceb5f7104cf2fcaa380b0fc6071301d Mon Sep 17 00:00:00 2001 From: David Wood Date: Tue, 14 Aug 2018 00:38:05 +0200 Subject: Moved problematic tests on x86_64-pc-windows-gnu back to compile-fail. --- .../panic-implementation-missing.rs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/test/ui/panic-implementation/panic-implementation-missing.rs (limited to 'src/test/ui/panic-implementation/panic-implementation-missing.rs') diff --git a/src/test/ui/panic-implementation/panic-implementation-missing.rs b/src/test/ui/panic-implementation/panic-implementation-missing.rs deleted file mode 100644 index b11081a3e3b..00000000000 --- a/src/test/ui/panic-implementation/panic-implementation-missing.rs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2018 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -// error-pattern: `#[panic_implementation]` function required, but not found - -#![feature(lang_items)] -#![no_main] -#![no_std] - -#[lang = "eh_personality"] -fn eh() {} -- cgit 1.4.1-3-g733a5