Typo on AIX builder

This commit is contained in:
Sergio Durigan Junior 2015-06-22 18:09:32 -04:00
parent 0e4fde9c5c
commit 0a6af6d1fa

View file

@ -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