Files
mongo/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;
}