Changing order of inheritance

This commit is contained in:
Sergio Durigan Junior 2015-06-22 18:19:55 -04:00
parent 0a6af6d1fa
commit 4940b6e455

View file

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