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 +1 @@
assert_throws("Invalid function reassignment", fun() { var x = 5; x = `-`; } );
assert_throws("Invalid function reassignment", fun() { auto x = 5; x = `-`; } );