summaryrefslogtreecommitdiff
path: root/bin/tests
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests')
-rw-r--r--bin/tests/SCsub2
-rw-r--r--bin/tests/test_math.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/tests/SCsub b/bin/tests/SCsub
index 57c9bc63b2..26687599e1 100644
--- a/bin/tests/SCsub
+++ b/bin/tests/SCsub
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+
Import('env')
env.tests_sources=[]
diff --git a/bin/tests/test_math.cpp b/bin/tests/test_math.cpp
index e5667bff64..9329002f76 100644
--- a/bin/tests/test_math.cpp
+++ b/bin/tests/test_math.cpp
@@ -516,7 +516,7 @@ MainLoop* test() {
{
- Vector<int32_t> hashes;
+ Vector<int> hashes;
List<StringName> tl;
ObjectTypeDB::get_type_list(&tl);