Fix GLOBAL in clone_object tests

This commit is contained in:
Jason Turner 2017-11-13 09:03:55 -07:00
parent 5d5a126bb1
commit 425c679c6c

View File

@ -1,4 +1,4 @@
GLOBAL clone_count = 0;
global clone_count = 0;
class Cloneable
{