diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-07 00:57:23 +0900 |
|---|---|---|
| committer | Yuki Okushi <jtitor@2k36.org> | 2022-05-07 00:57:23 +0900 |
| commit | 038fb67952eb220f1445001a2117170a81de2267 (patch) | |
| tree | c96e9d965554aa9140d379f4afa1424b42696d5a | |
| parent | 9a251644fa2adde5f46eea8d342b7e60e4716039 (diff) | |
| download | rust-038fb67952eb220f1445001a2117170a81de2267.tar.gz rust-038fb67952eb220f1445001a2117170a81de2267.zip | |
Make the test `check-pass` not to produce a JSON file
`run-pass` produces a JSON file when enabling save analysis.
| -rw-r--r-- | src/test/ui/const-generics/const-argument-non-static-lifetime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 2792bb7df85..36a569784ad 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 |
