mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed: return value from last commit - should be 1, not 0.
This commit is contained in:
parent
fcf5940c67
commit
46a33b2d97
1 changed files with 1 additions and 1 deletions
|
@ -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 0;
|
||||
return 1;
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue