about summary refs log tree commit diff
path: root/tests/incremental
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-11-17 22:13:27 +0000
committerChris Denton <chris@chrisdenton.dev>2024-11-17 22:15:54 +0000
commit92ff69d368f63423bb85e120cfe8ce832953d1aa (patch)
tree5b29ad4b6db35a76ba0e53ddc2fd0da3604375c2 /tests/incremental
parenta8e75c53d0036b5d012cbc0ee5de17f8991fe60c (diff)
downloadrust-92ff69d368f63423bb85e120cfe8ce832953d1aa.tar.gz
rust-92ff69d368f63423bb85e120cfe8ce832953d1aa.zip
fixup some test directives
Diffstat (limited to 'tests/incremental')
-rw-r--r--tests/incremental/hygiene/load_cached_hygiene.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incremental/hygiene/load_cached_hygiene.rs b/tests/incremental/hygiene/load_cached_hygiene.rs
index 4ad9c7d49fd..101d280cd49 100644
--- a/tests/incremental/hygiene/load_cached_hygiene.rs
+++ b/tests/incremental/hygiene/load_cached_hygiene.rs
@@ -7,7 +7,7 @@
 //    This causes hygiene information to be saved to the incr cache.
 // 2. One function is the foreign crate is modified. This causes the
 //    optimized mir for an unmodified function to be loaded from the
-//@    incremental cache and written out to the crate metadata.
+//    incremental cache and written out to the crate metadata.
 // 3. In the process of loading and writing out this function's MIR,
 //    we load hygiene information from the incremental cache and
 //    write it to our metadata.