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 0001bdec5..a3b4f1f24 100644 --- a/include/testsuite.h +++ b/include/testsuite.h @@ -26,6 +26,7 @@ class TestSuite : public Extensible bool DoThreadTests(); bool DoWildTests(); + bool DoCommaSepStreamTests(); }; #endif |