Skip to content

Commit beced36

Browse files
committed
runtest.rs: Fix typo in error message
1 parent 5ca8355 commit beced36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)