From 0a6af6d1fa217a5e8d8ec5cf068895313d92b79b Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 22 Jun 2015 18:09:32 -0400 Subject: [PATCH] Typo on AIX builder --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index a1f9336..cf1c735 100644 --- a/master.cfg +++ b/master.cfg @@ -792,7 +792,7 @@ class RunTestGDBAIX_Common (BuildAndTestGDBFactory): self.extra_make_flags = [ 'MAKEINFO=true' ] BuildAndTestGDBFactory.__init__ (self, **kwargs) -class RunTestGDBPlainAIX (RunTestGDBPlain_c64t64, RunTestGDBBSD_Common): +class RunTestGDBPlainAIX (RunTestGDBPlain_c64t64, RunTestGDBAIX_Common): """Compiling for AIX""" pass