mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
test: nasm-t -- Skip descriptors without description
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -62,7 +62,9 @@ def is_valid_desc(desc):
|
||||
if desc == None:
|
||||
return False
|
||||
if 'description' not in desc:
|
||||
return false
|
||||
return False
|
||||
if desc['description'] == "":
|
||||
return False
|
||||
return True
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user