util/regress: Add the missing comma in the list of builds

This commit is contained in:
Nilay Vaish 2012-04-26 20:28:45 -05:00
parent 86f248e2a7
commit 6ea7fcc54a

View file

@ -47,7 +47,7 @@ add_option('--builds',
'MIPS,' \
'POWER,' \
'SPARC,' \
'X86, X86_MESI_CMP_directory' \
'X86,X86_MESI_CMP_directory,' \
'ARM',
help="comma-separated build targets to test (default: '%default')")
add_option('--modes',