From bdab8b1c0c5a3c4713b634e2400e664e5b8f5bca Mon Sep 17 00:00:00 2001 From: Julien <96022417+Oneirical@users.noreply.github.com> Date: Thu, 9 May 2024 13:29:46 -0400 Subject: [PATCH] add FIXME --- tests/run-make/cat-and-grep-sanity-check/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-make/cat-and-grep-sanity-check/Makefile b/tests/run-make/cat-and-grep-sanity-check/Makefile index 327c5354849..8ee69c0a0de 100644 --- a/tests/run-make/cat-and-grep-sanity-check/Makefile +++ b/tests/run-make/cat-and-grep-sanity-check/Makefile @@ -1,6 +1,6 @@ # grep in run-make tests was partially replaced with a custom script, CGREP. This tests that CGREP does its job correctly. # See https://github.com/rust-lang/rust/commit/ab788a2ee175c7560f0ca58bbc183ecfd57d2f7a -# Note that this test will likely become useless after the port to rmake.rs tests (see https://github.com/rust-lang/rust/issues/121876) +# FIXME(Oneirical): Note that this test will likely become useless after the port to rmake.rs tests (see https://github.com/rust-lang/rust/issues/121876) include ../tools.mk