Skip to content

Commit ebe055c

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents b0a5c09 + 18a1cce commit ebe055c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/pred-on-wrong-slots.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
fn f(int a, int b) : lt(a,b) {
99
}
1010

11-
fn lt(int a, int b) -> bool {
11+
pred lt(int a, int b) -> bool {
1212
ret a < b;
1313
}
1414

0 commit comments

Comments
 (0)