mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[ntcore,wpilib] Fix tsan errors in tests that add NT listeners (#8713)
This commit is contained in:
@@ -19,6 +19,7 @@ int main(int argc, char** argv) {
|
||||
});
|
||||
::testing::InitGoogleMock(&argc, argv);
|
||||
int ret = RUN_ALL_TESTS();
|
||||
wpi::nt::ResetInstance(wpi::nt::GetDefaultInstance());
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user