We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3ba9b commit 7015aa9Copy full SHA for 7015aa9
llvm/unittests/ExecutionEngine/Orc/LibraryResolverTest.cpp
@@ -256,10 +256,9 @@ class LibraryResolverIT : public ::testing::Test {
256
}
257
258
void SetUp() override {
259
- if (!EnvReady)
+ if (!EnvReady || GlobalEnv == nullptr)
260
GTEST_SKIP() << "Skipping test: environment setup failed.";
261
262
- ASSERT_NE(GlobalEnv, nullptr);
263
{
264
SmallString<512> path;
265
std::error_code EC = sys::fs::real_path(GlobalEnv->getBaseDir(), path);
0 commit comments