File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ extern const char *TestMainArgv0;
4646
4747namespace {
4848
49- // Unique anchor whose address helps locate the current test binary.
50- static int JobserverTestAnchor = 0 ;
51-
5249// RAII helper to set an environment variable for the duration of a test.
5350class ScopedEnvironment {
5451 std::string Name;
@@ -225,6 +222,9 @@ TEST_F(JobserverClientTest, UnixClientFifo) {
225222}
226223
227224#if LLVM_ENABLE_THREADS
225+ // Unique anchor whose address helps locate the current test binary.
226+ static int JobserverTestAnchor = 0 ;
227+
228228// Test fixture for tests that use the jobserver strategy. It creates a
229229// temporary FIFO, sets MAKEFLAGS, and provides a helper to pre-load the FIFO
230230// with job tokens, simulating `make -jN`.
You can’t perform that action at this time.
0 commit comments