about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2023-10-16 20:17:45 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2023-10-19 15:51:54 +0000
commitc679b208d29ea31dfed7e145e2cbaa7fba026c20 (patch)
treeff99d80950a6c3e64f96b3b81cdbc3e661dc06ef
parentd24e44a07eae5bf8f8f86b15fe85f4405889008b (diff)
downloadrust-c679b208d29ea31dfed7e145e2cbaa7fba026c20.tar.gz
rust-c679b208d29ea31dfed7e145e2cbaa7fba026c20.zip
Mention skip in README.
-rw-r--r--tests/mir-opt/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mir-opt/README.md b/tests/mir-opt/README.md
index cd039bc7e05..39a7b5aea12 100644
--- a/tests/mir-opt/README.md
+++ b/tests/mir-opt/README.md
@@ -56,6 +56,8 @@ The LLVM FileCheck tool is used to verify the contents of output MIR against `CH
 present in the test file. This works on the runtime MIR, generated by `--emit=mir`, and not
 on the output of a individual passes.
 
+Use `// skip-filecheck` to prevent FileCheck from running.
+
 To check MIR for function `foo`, start with a `// CHECK-LABEL fn foo(` directive.
 
 `{{regex}}` syntax allows to match `regex`.