test: Fix more typos in weird-exprs.rs.

This commit is contained in:
Patrick Walton 2011-09-26 10:26:30 -07:00
parent 2348858995
commit 37cf7b92c8

View file

@ -1,4 +1,4 @@
// Just a grab bug of stuff that you wouldn't want to actualy write // Just a grab bag of stuff that you wouldn't want to actually write.
fn strange() -> bool { let _x = ret true; } fn strange() -> bool { let _x = ret true; }