diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-07-19 16:50:47 +0200 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-07-19 16:54:42 +0200 |
| commit | 633f41de0903efb830753e2e373ac9666230eb54 (patch) | |
| tree | 9cde8cebf5574500497ddcd8351e0e0284ce2e51 /tests/rustdoc-json/structs/plain_empty.rs | |
| parent | 25be41cfb8c2fa1c59b8193b68801a75f5603d8f (diff) | |
| download | rust-633f41de0903efb830753e2e373ac9666230eb54.tar.gz rust-633f41de0903efb830753e2e373ac9666230eb54.zip | |
Update all rustdoc-json/ tests to use the new style
Diffstat (limited to 'tests/rustdoc-json/structs/plain_empty.rs')
| -rw-r--r-- | tests/rustdoc-json/structs/plain_empty.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rustdoc-json/structs/plain_empty.rs b/tests/rustdoc-json/structs/plain_empty.rs index c037c0251b9..00b4b05ebdd 100644 --- a/tests/rustdoc-json/structs/plain_empty.rs +++ b/tests/rustdoc-json/structs/plain_empty.rs @@ -1,5 +1,5 @@ -// @is "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\" -// @has "$.index[*][?(@.name=='PlainEmpty')].inner.struct" -// @is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields_stripped" false -// @is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields" [] +//@ is "$.index[*][?(@.name=='PlainEmpty')].visibility" \"public\" +//@ has "$.index[*][?(@.name=='PlainEmpty')].inner.struct" +//@ is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields_stripped" false +//@ is "$.index[*][?(@.name=='PlainEmpty')].inner.struct.kind.plain.fields" [] pub struct PlainEmpty {} |
