Skip to content

Commit 5bd65de

Browse files
committed
Typo fix in test case.
1 parent 9a48bd2 commit 5bd65de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/anon-obj-with-self-call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ fn main() {
2727
with my_a
2828
};
2929

30-
assert my_b.baz() == 2);
30+
assert (my_b.baz() == 2);
3131

3232
}

0 commit comments

Comments
 (0)