mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
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.
|
||||
EXPECT_EQ(true, false);
|
||||
return;
|
||||
return 0;
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user