Check difference by using arch tuple rather than .target
This commit is contained in:
parent
0a6b54a8c4
commit
3558404c03
@ -120,7 +120,7 @@ def has_a_default(self):
|
||||
for target in targets:
|
||||
@when('='+target.name)
|
||||
def different_by_target(self):
|
||||
return self.spec.target.name
|
||||
return self.spec.architecture.target.name
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user