fix(tests/util/thread): typo

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2013-11-22 10:23:20 -08:00
parent 1f225d2752
commit 935349ec91

View file

@ -165,8 +165,6 @@ static void tst5() {}
#endif
int main() {
tst3();
return 0;
tst1();
tst2();
tst3();