about summary refs log tree commit diff
path: root/src/test/run-pass/tool_attributes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/tool_attributes.rs')
-rw-r--r--src/test/run-pass/tool_attributes.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/tool_attributes.rs b/src/test/run-pass/tool_attributes.rs
index 506c11011a6..be4a10c0ee9 100644
--- a/src/test/run-pass/tool_attributes.rs
+++ b/src/test/run-pass/tool_attributes.rs
@@ -1,3 +1,4 @@
+// run-pass
 // Scoped attributes should not trigger an unused attributes lint.
 
 #![deny(unused_attributes)]