summaryrefslogtreecommitdiffstats
path: root/tests/ChunkBuffer/creatable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChunkBuffer/creatable.cpp')
-rw-r--r--tests/ChunkBuffer/creatable.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ChunkBuffer/creatable.cpp b/tests/ChunkBuffer/creatable.cpp
new file mode 100644
index 000000000..49204c879
--- /dev/null
+++ b/tests/ChunkBuffer/creatable.cpp
@@ -0,0 +1,9 @@
+
+#include "TestGlobals.h"
+#include "ChunkBuffer.h"
+
+int main(int argc, char** argv)
+{
+ cChunkBuffer buffer;
+ return 0;
+}