about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJack Huey <31162821+jackh726@users.noreply.github.com>2021-12-02 12:11:31 -0500
committerGitHub <noreply@github.com>2021-12-02 12:11:31 -0500
commitb77ed83ee246631aefe5d00b65bb936b856807c7 (patch)
treee9f458a1d6646f26d221b0f9a47b3d74829d8a11
parent51875e3d5a9595663cf19e9ebffd182fe680869c (diff)
downloadrust-b77ed83ee246631aefe5d00b65bb936b856807c7.tar.gz
rust-b77ed83ee246631aefe5d00b65bb936b856807c7.zip
Change to check-pass
-rw-r--r--src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs b/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs
index cf004290b0c..5a92bcd37b6 100644
--- a/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs
+++ b/src/test/ui/fn/implied-bounds-unnorm-associated-type-2.rs
@@ -1,4 +1,4 @@
-// build-pass
+// check-pass
 
 trait Trait {
     type Type;