diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2023-02-19 08:39:19 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2023-02-21 18:33:18 +0000 |
| commit | 6a92395197eb98b95d0a023dc41fe7a8b986baf5 (patch) | |
| tree | cc9970ef5f02782c01e56a90c87d047e64109a8b | |
| parent | 73f40197ecabf77ed59028af61739404eb60dd2e (diff) | |
| download | rust-6a92395197eb98b95d0a023dc41fe7a8b986baf5.tar.gz rust-6a92395197eb98b95d0a023dc41fe7a8b986baf5.zip | |
Move std tests/ui-fulldeps into a std subdirectory
| -rw-r--r-- | tests/ui-fulldeps/std/create-dir-all-bare.rs (renamed from tests/ui-fulldeps/create-dir-all-bare.rs) | 0 | ||||
| -rw-r--r-- | tests/ui-fulldeps/std/issue-15149.rs (renamed from tests/ui-fulldeps/issue-15149.rs) | 0 | ||||
| -rw-r--r-- | tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs (renamed from tests/ui-fulldeps/issue-81357-unsound-file-methods.rs) | 0 | ||||
| -rw-r--r-- | tests/ui-fulldeps/std/rename-directory.rs (renamed from tests/ui-fulldeps/rename-directory.rs) | 0 | ||||
| -rw-r--r-- | tests/ui-fulldeps/std/stdio-from.rs (renamed from tests/ui-fulldeps/stdio-from.rs) | 0 | ||||
| -rw-r--r-- | tests/ui-fulldeps/std/switch-stdout.rs (renamed from tests/ui-fulldeps/switch-stdout.rs) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/tests/ui-fulldeps/create-dir-all-bare.rs b/tests/ui-fulldeps/std/create-dir-all-bare.rs index 4554680ec24..4554680ec24 100644 --- a/tests/ui-fulldeps/create-dir-all-bare.rs +++ b/tests/ui-fulldeps/std/create-dir-all-bare.rs diff --git a/tests/ui-fulldeps/issue-15149.rs b/tests/ui-fulldeps/std/issue-15149.rs index 064472f5785..064472f5785 100644 --- a/tests/ui-fulldeps/issue-15149.rs +++ b/tests/ui-fulldeps/std/issue-15149.rs diff --git a/tests/ui-fulldeps/issue-81357-unsound-file-methods.rs b/tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs index fdf1150f8d2..fdf1150f8d2 100644 --- a/tests/ui-fulldeps/issue-81357-unsound-file-methods.rs +++ b/tests/ui-fulldeps/std/issue-81357-unsound-file-methods.rs diff --git a/tests/ui-fulldeps/rename-directory.rs b/tests/ui-fulldeps/std/rename-directory.rs index 8fc340cb918..8fc340cb918 100644 --- a/tests/ui-fulldeps/rename-directory.rs +++ b/tests/ui-fulldeps/std/rename-directory.rs diff --git a/tests/ui-fulldeps/stdio-from.rs b/tests/ui-fulldeps/std/stdio-from.rs index fef9f27fcdf..fef9f27fcdf 100644 --- a/tests/ui-fulldeps/stdio-from.rs +++ b/tests/ui-fulldeps/std/stdio-from.rs diff --git a/tests/ui-fulldeps/switch-stdout.rs b/tests/ui-fulldeps/std/switch-stdout.rs index e9501a80930..e9501a80930 100644 --- a/tests/ui-fulldeps/switch-stdout.rs +++ b/tests/ui-fulldeps/std/switch-stdout.rs |
