Typo on AIX builder
This commit is contained in:
parent
0e4fde9c5c
commit
0a6af6d1fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue