Skip to content

Commit 25b1278

Browse files
committed
Remove debugging changes accidentally left in
1 parent 4311d19 commit 25b1278

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

src/test/codegen/abi-efiapi.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// FIXME: debugging only, do not land
2-
// ignore-emscripten
3-
41
// Checks if the correct annotation for the efiapi ABI is passed to llvm.
52

63
// revisions:x86_64 i686 arm

src/test/ui/issues/issue-37131.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
// compile-flags: --target=thumbv6m-none-eabi
55
// ignore-arm
66

7-
// ignore-emscripten FIXME: debugging only, do not land
8-
97
// error-pattern:target may not be installed
108
fn main() { }

src/test/ui/issues/issue-49851/compiler-builtins-error.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// http://rust-lang.org/COPYRIGHT.
33
//
44

5-
// ignore-emscripten FIXME: debugging only, do not land
6-
75
// compile-flags: --target thumbv7em-none-eabihf
86
#![deny(unsafe_code)]
97
#![deny(warnings)]

src/test/ui/issues/issue-50993.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// build-pass
33
// error-pattern: dropping unsupported crate type `dylib` for target `thumbv7em-none-eabihf`
44

5-
// ignore-emscripten FIXME: debugging only, do not land
6-
75
#![feature(no_core)]
86

97
#![no_std]

0 commit comments

Comments
 (0)