Modify "var" to "auto" for unit tests.

This commit is contained in:
Jason Turner
2011-09-24 12:05:08 -06:00
parent e3350fe55f
commit 92de42e42b
70 changed files with 127 additions and 127 deletions

View File

@@ -1,3 +1,3 @@
var x = `+`
auto x = `+`
x = `-`
assert_equal(1, x(5,4))