about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-10-03 22:10:43 -0700
committerBrian Anderson <banderson@mozilla.com>2012-10-03 22:10:52 -0700
commit83fdeddb914ce792aef609978675ee5c3dea0e57 (patch)
tree0f3114287652203df3e2d6eec211ba6aefcba09f /src
parentae42318bef7e76fd94c534724d23ab8e87ddc809 (diff)
xfail-pretty reexport-star
Diffstat (limited to 'src')
-rw-r--r--src/test/run-pass/reexport-star.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/run-pass/reexport-star.rs b/src/test/run-pass/reexport-star.rs
index 1709ddc70f2..daa8d9d6796 100644
--- a/src/test/run-pass/reexport-star.rs
+++ b/src/test/run-pass/reexport-star.rs
@@ -1,3 +1,6 @@
+// xfail-pretty
+// FIXME #3654
+
 mod a {
     pub fn f() {}
     pub fn g() {}