about summary refs log tree commit diff
path: root/src/test/run-pass/extern-mod-url.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/extern-mod-url.rs')
-rw-r--r--src/test/run-pass/extern-mod-url.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/extern-mod-url.rs b/src/test/run-pass/extern-mod-url.rs
index 457c61067e3..363c54f6812 100644
--- a/src/test/run-pass/extern-mod-url.rs
+++ b/src/test/run-pass/extern-mod-url.rs
@@ -10,7 +10,7 @@
 
 // Just a test that new-style extern mods parse
 
-// xfail-test
+// xfail-test FIXME #6407
 extern mod test = "github.com/catamorphism/test-pkg";
 
-fn main() {}
\ No newline at end of file
+fn main() {}