Browse Source

Fix GDScript test cases

George Marques 4 years ago
parent
commit
e9186cfebf

+ 3 - 3
modules/gdscript/tests/scripts/analyzer/features/constants_from_parent.out

@@ -1,4 +1,4 @@
 GDTEST_OK
-a 0 True
-b 1 True
-c 2 True
+a 0 true
+b 1 true
+c 2 true

+ 3 - 3
modules/gdscript/tests/scripts/analyzer/features/enum_from_parent.out

@@ -1,4 +1,4 @@
 GDTEST_OK
-a 0 True
-b 1 True
-c 42 True
+a 0 true
+b 1 true
+c 42 true

+ 3 - 3
modules/gdscript/tests/scripts/analyzer/features/enum_value_from_parent.out

@@ -1,4 +1,4 @@
 GDTEST_OK
-a 0 True
-b 1 True
-c 42 True
+a 0 true
+b 1 true
+c 42 true