From: Owen Avery Date: Tue, 23 Jun 2026 02:47:54 +0000 (-0400) Subject: gccrs: Move a test into compile/macros/mbe X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdb375f5f3d798d83fd6186dd660cbbbd2e2efae;p=thirdparty%2Fgcc.git gccrs: Move a test into compile/macros/mbe This test should go in the folder for "macros by example", not the top level rust compile test folder. gcc/testsuite/ChangeLog: * rust/compile/attr-macro.rs: Move to... * rust/compile/macros/mbe/macro_attr_expr.rs: ...here. Signed-off-by: Owen Avery --- diff --git a/gcc/testsuite/rust/compile/attr-macro.rs b/gcc/testsuite/rust/compile/macros/mbe/macro_attr_expr.rs similarity index 100% rename from gcc/testsuite/rust/compile/attr-macro.rs rename to gcc/testsuite/rust/compile/macros/mbe/macro_attr_expr.rs