Changing order of inheritance
This commit is contained in:
parent
0a6af6d1fa
commit
4940b6e455
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, RunTestGDBAIX_Common):
|
||||
class RunTestGDBPlainAIX (RunTestGDBAIX_Common, RunTestGDBPlain_c64t64):
|
||||
"""Compiling for AIX"""
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue