diff -r 000000000000 -r 6474c204b198 xpcom/tests/TestBlockingProcess.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpcom/tests/TestBlockingProcess.cpp Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,8 @@ +#include + +int main() +{ + while(1) PR_Sleep(PR_SecondsToInterval(10)); + return 0; +} +