Files
mongo/db/tests.cpp
Dwight 15dfe43b34 move send() out of mutex.
should fix issue with db getting stuck on dev
2008-06-26 10:33:06 -04:00

15 lines
91 B
C++

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