X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FSynchronizedTestLib.h;h=5bf969551433e1ea63f67dd483ae740926d7283e;hp=8e73273d0209da831639d10baedd8fe387fd2f51;hb=6b66499c48ba83883c6922326cd5d618e7e3a05d;hpb=a2b94586d9000f0b87b9653d237fb5e5960a25be diff --git a/folly/test/SynchronizedTestLib.h b/folly/test/SynchronizedTestLib.h index 8e73273d..5bf96955 100644 --- a/folly/test/SynchronizedTestLib.h +++ b/folly/test/SynchronizedTestLib.h @@ -28,21 +28,17 @@ // // ... similar for testConcurrency, testDualLocking, etc. - +namespace folly { +namespace sync_tests { template void testBasic(); - template void testConcurrency(); - template void testDualLocking(); - template void testDualLockingWithConst(); - template void testTimedSynchronized(); - template void testTimedSynchronizedWithConst(); - template void testConstCopy(); - template void testInPlaceConstruction(); +} +} #include