diff options
Diffstat (limited to 'src/testsuite.cpp')
-rw-r--r-- | src/testsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testsuite.cpp b/src/testsuite.cpp index b7a9835e0..5de5601cb 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -205,7 +205,7 @@ bool TestSuite::DoThreadTests() { try { - te->Create(tst); + te->Start(tst); } catch (CoreException &ce) { |