]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-json/assoc_type.rs
Rollup merge of #101422 - mkroening:hermit-file-time, r=joshtriplett
[rust.git] / src / test / rustdoc-json / assoc_type.rs
index 716bb3d2848cc196d2ddb39d95cf60f8607cd98a..edc1f73c866db4287d36f339933348b4269b7861 100644 (file)
@@ -1,10 +1,9 @@
 // Regression test for <https://github.com/rust-lang/rust/issues/98547>.
 
-// @has assoc_type.json
-// @has - "$.index[*][?(@.name=='Trait')]"
-// @has - "$.index[*][?(@.name=='AssocType')]"
-// @has - "$.index[*][?(@.name=='S')]"
-// @has - "$.index[*][?(@.name=='S2')]"
+// @has "$.index[*][?(@.name=='Trait')]"
+// @has "$.index[*][?(@.name=='AssocType')]"
+// @has "$.index[*][?(@.name=='S')]"
+// @has "$.index[*][?(@.name=='S2')]"
 
 pub trait Trait {
     type AssocType;