more tests

This commit is contained in:
Bill Currie 2001-07-18 19:04:47 +00:00
parent 882de10388
commit 3eedd3d8fc

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;
};