Skip to content

Commit c1eb99f

Browse files
committed
---
yaml --- r: 6496 b: refs/heads/master c: 21ffc55 h: refs/heads/master v: v3
1 parent 10400e1 commit c1eb99f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4817222102d12dbaa9d2dfa482026ca895f009e0
2+
refs/heads/master: 21ffc55e576c2322ea3ab87af4168544588180b7

trunk/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ step_msg "making directories"
349349
for i in \
350350
doc doc/std \
351351
nd nd/std \
352-
dl
352+
dl tmp
353353
do
354354
make_dir $i
355355
done

trunk/src/test/stdtest/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import std::result;
66

77
#[test]
88
fn test_simple() {
9-
let tmpfile: str = "test/run-pass/lib-io-test-simple.tmp";
9+
let tmpfile: str = "tmp/lib-io-test-simple.tmp";
1010
log tmpfile;
1111
let frood: str = "A hoopy frood who really knows where his towel is.";
1212
log frood;

0 commit comments

Comments
 (0)