From 996cba1da07de4449ffc6f0f0ffbf91996ea3b84 Mon Sep 17 00:00:00 2001 From: Jonas Rembser Date: Wed, 27 Nov 2024 10:07:00 +0100 Subject: [PATCH] Fix path to `getProof.C` in test Fixup following up on #17036. --- test/stressProof.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stressProof.cxx b/test/stressProof.cxx index 94d54e2e0bbc5..5b1cb58bcbb78 100644 --- a/test/stressProof.cxx +++ b/test/stressProof.cxx @@ -136,7 +136,7 @@ #include "TProofProgressMemoryPlot.h" #include "TObjString.h" -#include "proof/getProof.C" +#include "legacy/proof/getProof.C" #define PT_NUMTEST 29