Check difference by using arch tuple rather than .target
This commit is contained in:
parent
0a6b54a8c4
commit
3558404c03
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ def has_a_default(self):
|
||||||
for target in targets:
|
for target in targets:
|
||||||
@when('='+target.name)
|
@when('='+target.name)
|
||||||
def different_by_target(self):
|
def different_by_target(self):
|
||||||
return self.spec.target.name
|
return self.spec.architecture.target.name
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue