fixed: missing return value from last commit.
This commit is contained in:
parent
7b217abe21
commit
fcf5940c67
|
@ -42,7 +42,7 @@ main(int argc, char **argv)
|
||||||
|
|
||||||
// HACK: temp fail for unit tests to test buildbot failure email.
|
// HACK: temp fail for unit tests to test buildbot failure email.
|
||||||
EXPECT_EQ(true, false);
|
EXPECT_EQ(true, false);
|
||||||
return;
|
return 0;
|
||||||
|
|
||||||
return RUN_ALL_TESTS();
|
return RUN_ALL_TESTS();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue