From 425c679c6c8e3f72df778b987e74fb353cf34923 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 13 Nov 2017 09:03:55 -0700 Subject: [PATCH] Fix GLOBAL in clone_object tests --- unittests/clone_object.chai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/clone_object.chai b/unittests/clone_object.chai index 78c38a29..04ad0be8 100644 --- a/unittests/clone_object.chai +++ b/unittests/clone_object.chai @@ -1,4 +1,4 @@ -GLOBAL clone_count = 0; +global clone_count = 0; class Cloneable {