From a0eccf96f25cb782d4ac9545f91f89f4f8fdd639 Mon Sep 17 00:00:00 2001 From: Stephen Skeirik Date: Tue, 25 Jun 2024 15:15:29 -0400 Subject: [PATCH] fix comment in test --- tests/ui-fulldeps/stable-mir/smir_serde.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ui-fulldeps/stable-mir/smir_serde.rs b/tests/ui-fulldeps/stable-mir/smir_serde.rs index 95996bb87779..f9a9a4d6a955 100644 --- a/tests/ui-fulldeps/stable-mir/smir_serde.rs +++ b/tests/ui-fulldeps/stable-mir/smir_serde.rs @@ -1,6 +1,5 @@ //@ run-pass -//! Test that users are able to use retrieve internal constructs from stable ones to help with -//! the migration. +//! Test that users are able to use serialize stable MIR constructs. //@ ignore-stage1 //@ ignore-cross-compile