diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-11-17 22:13:27 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-11-17 22:15:54 +0000 |
| commit | 92ff69d368f63423bb85e120cfe8ce832953d1aa (patch) | |
| tree | 5b29ad4b6db35a76ba0e53ddc2fd0da3604375c2 /tests/incremental | |
| parent | a8e75c53d0036b5d012cbc0ee5de17f8991fe60c (diff) | |
| download | rust-92ff69d368f63423bb85e120cfe8ce832953d1aa.tar.gz rust-92ff69d368f63423bb85e120cfe8ce832953d1aa.zip | |
fixup some test directives
Diffstat (limited to 'tests/incremental')
| -rw-r--r-- | tests/incremental/hygiene/load_cached_hygiene.rs | 2 |
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. |
