From 038fb67952eb220f1445001a2117170a81de2267 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 7 May 2022 00:57:23 +0900 Subject: [PATCH] Make the test `check-pass` not to produce a JSON file `run-pass` produces a JSON file when enabling save analysis. --- .../ui/const-generics/const-argument-non-static-lifetime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/const-generics/const-argument-non-static-lifetime.rs b/src/test/ui/const-generics/const-argument-non-static-lifetime.rs index 2792bb7df8547..36a569784adf7 100644 --- a/src/test/ui/const-generics/const-argument-non-static-lifetime.rs +++ b/src/test/ui/const-generics/const-argument-non-static-lifetime.rs @@ -1,4 +1,4 @@ -// [full] run-pass +// [full] check-pass // revisions: full min // regression test for #78180