about summary refs log tree commit diff
path: root/tests/ui/rust-2018/extern-crate-rename.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/rust-2018/extern-crate-rename.fixed')
-rw-r--r--tests/ui/rust-2018/extern-crate-rename.fixed4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/rust-2018/extern-crate-rename.fixed b/tests/ui/rust-2018/extern-crate-rename.fixed
index 5e2bf64a2e2..36b52802990 100644
--- a/tests/ui/rust-2018/extern-crate-rename.fixed
+++ b/tests/ui/rust-2018/extern-crate-rename.fixed
@@ -1,5 +1,5 @@
-// aux-build:edition-lint-paths.rs
-// run-rustfix
+//@ aux-build:edition-lint-paths.rs
+//@ run-rustfix
 
 // Oddball: crate is renamed, making it harder for us to rewrite
 // paths. We don't (and we leave the `extern crate` in place).