We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e073f2d commit ce98403Copy full SHA for ce98403
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ef01ce9cdcd74710ed0363d82c6dbfab0e552a67
+refs/heads/master: d8d9adfbd6b49a1c07d7b2d0acff62b0f1b6505a
trunk/Makefile.in
@@ -520,8 +520,8 @@ docsnap: doc/rust.pdf
520
521
# Float doesn't work in boot
522
523
-FLOAT_XFAILS := test/run-pass/float.rs \
524
- test/run-pass/float2.rs
+FLOAT_XFAILS := $(S)src/test/run-pass/float.rs \
+ $(S)src/test/run-pass/float2.rs
525
526
# Temporarily xfail tests broken by the nominal-tags change.
527
0 commit comments