Skip to content

Commit f73a11d

Browse files
committed
---
yaml --- r: 6423 b: refs/heads/master c: beced36 h: refs/heads/master i: 6421: 0c9ee8a 6419: 0afd4e2 6415: 5a81a2c v: v3
1 parent ca7f1bf commit f73a11d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 5ca83553bc499e677a49b97075938abb5c70b4fd
2+
refs/heads/master: beced3612efaa5d6207d48510bd5847c69ee230b

trunk/src/compiletest/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ fn run_pretty_test(cx: cx, props: test_props, testfile: str) {
150150

151151
fn compare_source(expected: str, actual: str) {
152152
if expected != actual {
153-
error("pretty-printed source does match expected source");
153+
error("pretty-printed source does not match expected source");
154154
let msg =
155155
#fmt["\n\
156156
expected:\n\

0 commit comments

Comments
 (0)