[PATCH] testbot: Remove an unneeded WineTestBot::PendingPatchSets prefix.

Francois Gouget fgouget at codeweavers.com
Thu Apr 26 16:59:18 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/Engine.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index f39ec5fa7..75e7995c2 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -625,7 +625,7 @@ sub SafetyNet()
   ScheduleJobs();
   HandleWinePatchWebSubmission();
 
-  my $Set = WineTestBot::PendingPatchSets::CreatePendingPatchSets();
+  my $Set = CreatePendingPatchSets();
   my $ErrMessage = $Set->CheckForCompleteSet();
   if (defined($ErrMessage))
   {
-- 
2.17.0




More information about the wine-devel mailing list