diff options
Diffstat (limited to 'include/testsuite.h')
-rw-r--r-- | include/testsuite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/testsuite.h b/include/testsuite.h index a3b4f1f24..384f1b438 100644 --- a/include/testsuite.h +++ b/include/testsuite.h @@ -27,6 +27,7 @@ class TestSuite : public Extensible bool DoThreadTests(); bool DoWildTests(); bool DoCommaSepStreamTests(); + bool DoSpaceSepStreamTests(); }; #endif |