Skip to content
Snippets Groups Projects

TrigHLTJetHypoUnitTests: Disable thread-safety checking for gtest tests.

20 files
+ 78
21
Compare changes
  • Side-by-side
  • Inline
Files
20
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#include "CxxUtils/checker_macros.h"
ATLAS_NO_CHECK_FILE_THREAD_SAFETY;
#include "gtest/gtest.h"
#include "TrigHLTJetHypo/../src/CombinationsGenerator.h"
#include <vector>
Loading