Typo fix in test case.

This commit is contained in:
Lindsey Kuper 2011-06-23 10:47:29 -07:00
parent 9a48bd2f21
commit 5bd65de289

View File

@ -27,6 +27,6 @@ fn main() {
with my_a
};
assert my_b.baz() == 2);
assert (my_b.baz() == 2);
}