more tests

This commit is contained in:
Bill Currie 2001-07-18 19:04:47 +00:00
parent 882de10388
commit 3eedd3d8fc
1 changed files with 1 additions and 0 deletions

View File

@ -132,4 +132,5 @@ void () assign =
foo = bar = 1;
foo = bar = bar + 1;
foo = self.nextthink = self.nextthink + 1;
self.frame = self.nextthink = self.nextthink + 1;
};