about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2019-09-20 10:59:29 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2019-10-11 10:43:54 +0200
commit50ec10e6059f923204c573b4004612e99aa6cdad (patch)
tree7dfeee297c0e9b9fce9b2c79319954a7e5cd1db7
parent616cf52358a66f0d546aac67a58958e2b50c5f0b (diff)
rpass tests are now part of `ui` tests
-rw-r--r--src/test/ui/union/union-derive-clone.stderr2
-rw-r--r--src/test/ui/union/union-manuallydrop-rpass.rs (renamed from src/test/run-pass/union/union-manuallydrop.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/union/union-derive-clone.stderr b/src/test/ui/union/union-derive-clone.stderr
index a6dcd556a1f..6893f9176f2 100644
--- a/src/test/ui/union/union-derive-clone.stderr
+++ b/src/test/ui/union/union-derive-clone.stderr
@@ -13,7 +13,7 @@ LL | union U5<T> {
    | ----------- method `clone` not found for this
 ...
 LL |     let w = u.clone();
-   |               ^^^^^ method not found in `U4<CloneNoCopy>`
+   |               ^^^^^ method not found in `U5<CloneNoCopy>`
    |
    = note: the method `clone` exists but the following trait bounds were not satisfied:
            `U5<CloneNoCopy> : std::clone::Clone`
diff --git a/src/test/run-pass/union/union-manuallydrop.rs b/src/test/ui/union/union-manuallydrop-rpass.rs
index a43a5050865..a43a5050865 100644
--- a/src/test/run-pass/union/union-manuallydrop.rs
+++ b/src/test/ui/union/union-manuallydrop-rpass.rs