about summary refs log tree commit diff
path: root/tests/mir-opt/nll/region_subtyping_basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/nll/region_subtyping_basic.rs')
-rw-r--r--tests/mir-opt/nll/region_subtyping_basic.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/nll/region_subtyping_basic.rs b/tests/mir-opt/nll/region_subtyping_basic.rs
index 64332f302e8..83f756acdc3 100644
--- a/tests/mir-opt/nll/region_subtyping_basic.rs
+++ b/tests/mir-opt/nll/region_subtyping_basic.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // Basic test for liveness constraints: the region (`R1`) that appears
 // in the type of `p` includes the points after `&v[0]` up to (but not
 // including) the call to `use_x`. The `else` branch is not included.