about summary refs log tree commit diff
path: root/tests/ui/errors/remap-path-prefix-reverse.rs
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-10-01 13:31:42 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-10-01 13:31:42 +0800
commitec893d1a646bc0a1e09511ca80d71141da3b6997 (patch)
tree1389cb2f07d05c0c58ec8a46f341407bcc60dce3 /tests/ui/errors/remap-path-prefix-reverse.rs
parentfa3155a644dd62e865825087b403646be01d4cef (diff)
downloadrust-ec893d1a646bc0a1e09511ca80d71141da3b6997.tar.gz
rust-ec893d1a646bc0a1e09511ca80d71141da3b6997.zip
tests: remove `no-remap-src-base`
Previously in the `//`-compiletest-directive times, this was implemented
as a special `no-*` directive parsing. In the migration from `//` ->
`//@`, the `// no-remap-src-base` directive was lost, most likely
because it had no effect -- the default is not remapping `src-base`.

So remove occurrences of `no-remap-src-base`, as these are not valid
directives.
Diffstat (limited to 'tests/ui/errors/remap-path-prefix-reverse.rs')
-rw-r--r--tests/ui/errors/remap-path-prefix-reverse.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/errors/remap-path-prefix-reverse.rs b/tests/ui/errors/remap-path-prefix-reverse.rs
index 28fdabb8f4d..562e44690f7 100644
--- a/tests/ui/errors/remap-path-prefix-reverse.rs
+++ b/tests/ui/errors/remap-path-prefix-reverse.rs
@@ -2,7 +2,6 @@
 //@ compile-flags: --remap-path-prefix={{src-base}}/errors/auxiliary=remapped-aux
 
 //@ revisions: local-self remapped-self
-// [local-self] no-remap-src-base: The hack should work regardless of remapping.
 //@ [remapped-self] remap-src-base
 
 // Verify that the expected source code is shown.