about summary refs log tree commit diff
path: root/src/test/run-pass/mod_dir_path.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-12-17 18:06:52 -0800
committerBrian Anderson <banderson@mozilla.com>2012-12-17 18:06:52 -0800
commit33a8f855c2c647079d69e0b2c83dd1737b539f70 (patch)
tree5c995e8bf86ed61c20c203bac5a5e6f096368019 /src/test/run-pass/mod_dir_path.rs
parent5ff99c27d05322afffbee827d13a6a226430521c (diff)
downloadrust-33a8f855c2c647079d69e0b2c83dd1737b539f70.tar.gz
rust-33a8f855c2c647079d69e0b2c83dd1737b539f70.zip
Make the path and path2 attributes equivalent. Remove some uses
Diffstat (limited to 'src/test/run-pass/mod_dir_path.rs')
-rw-r--r--src/test/run-pass/mod_dir_path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/mod_dir_path.rs b/src/test/run-pass/mod_dir_path.rs
index 14ad18cd091..dd422ecda85 100644
--- a/src/test/run-pass/mod_dir_path.rs
+++ b/src/test/run-pass/mod_dir_path.rs
@@ -12,7 +12,7 @@
 // xfail-fast
 
 mod mod_dir_simple {
-    #[path2 = "test.rs"]
+    #[path = "test.rs"]
     pub mod syrup;
 }