0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/db/tests.cpp
2008-06-26 09:09:19 -04:00

12 lines
112 B
C++

/* tests.cpp
unit test & such
*/
#include "stdafx.h"
int test2() {
cout << "not done yet";
return 1;
}