about summary refs log tree commit diff
path: root/src/test/rustdoc-json
diff options
context:
space:
mode:
authorRune Tynan <runetynan@gmail.com>2022-01-13 13:25:11 -0500
committerRune Tynan <runetynan@gmail.com>2022-01-13 13:25:11 -0500
commit74f0e582becf704e6e9ccf0c1956bcbc7cc3703d (patch)
treeaea33e86d0528228c8e2691145530d9d051a92c3 /src/test/rustdoc-json
parentaa523a9b4b42662c721fc747aa2cc278797195f2 (diff)
downloadrust-74f0e582becf704e6e9ccf0c1956bcbc7cc3703d.tar.gz
rust-74f0e582becf704e6e9ccf0c1956bcbc7cc3703d.zip
Fix typo in test
Diffstat (limited to 'src/test/rustdoc-json')
-rw-r--r--src/test/rustdoc-json/impls/blanket_with_local.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-json/impls/blanket_with_local.rs b/src/test/rustdoc-json/impls/blanket_with_local.rs
index 88d1477f0b2..963ea2fe5ae 100644
--- a/src/test/rustdoc-json/impls/blanket_with_local.rs
+++ b/src/test/rustdoc-json/impls/blanket_with_local.rs
@@ -1,7 +1,7 @@
 // Test for the ICE in rust/83718
 // A blanket impl plus a local type together shouldn't result in mismatched ID issues
 
-// @has method_abi.json "$.index[*][?(@.name=='Load')]"
+// @has blanket_with_local.json "$.index[*][?(@.name=='Load')]"
 pub trait Load {
     fn load() {}
 }