Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 95ff642

Browse files
committed
tests: remove //@ pretty-expanded usages
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
1 parent f62753f commit 95ff642

File tree

656 files changed

+23
-662
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

656 files changed

+23
-662
lines changed

tests/ui/abi/anon-extern-mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ run-pass
2-
//@ pretty-expanded FIXME #23616
32

43
#[link(name = "rust_test_helpers", kind = "static")]
54
extern "C" {

tests/ui/abi/c-stack-as-value.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//@ run-pass
2-
//@ pretty-expanded FIXME #23616
32

43
mod rustrt {
54
#[link(name = "rust_test_helpers", kind = "static")]

tests/ui/abi/cross-crate/anon-extern-mod-cross-crate-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ run-pass
22
//@ aux-build:anon-extern-mod-cross-crate-1.rs
3-
//@ pretty-expanded FIXME #23616
43

54
extern crate anonexternmod;
65

tests/ui/abi/cross-crate/duplicated-external-mods.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ run-pass
22
//@ aux-build:anon-extern-mod-cross-crate-1.rs
33
//@ aux-build:anon-extern-mod-cross-crate-1.rs
4-
//@ pretty-expanded FIXME #23616
54

65
extern crate anonexternmod;
76

tests/ui/abi/extern/extern-pass-empty.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
// Test a foreign function that accepts empty struct.
55

6-
//@ pretty-expanded FIXME #23616
76
//@ ignore-msvc
87
//@ ignore-emscripten emcc asserts on an empty struct as an argument
98

tests/ui/abi/foreign/invoke-external-foreign.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// successfully (and safely) invoke external, cdecl
66
// functions from outside the crate.
77

8-
//@ pretty-expanded FIXME #23616
98

109
extern crate foreign_lib;
1110

tests/ui/alias-uninit-value.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
// Regression test for issue #374
99

10-
//@ pretty-expanded FIXME #23616
1110

1211
enum sty { ty_nil, }
1312

tests/ui/array-slice-vec/cast-in-array-size.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
// issues #10618 and #16382
5-
//@ pretty-expanded FIXME #23616
65

76
const SIZE: isize = 25;
87

tests/ui/array-slice-vec/empty-mutable-vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ run-pass
22

3-
//@ pretty-expanded FIXME #23616
43

54
#![allow(unused_mut)]
65

tests/ui/array-slice-vec/issue-15730.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//@ run-pass
22
#![allow(unused_mut)]
33
#![allow(unused_variables)]
4-
//@ pretty-expanded FIXME #23616
54

65
fn main() {
76
let mut array = [1, 2, 3];

0 commit comments

Comments
 (0)