nasm/travis/test/align13.json

26 lines
523 B
JSON
Raw Normal View History

[
{
"description": "Test of non-power-of-2 alignment (-Ox)",
"id": "align13",
"format": "bin",
"source": "align13.asm",
"option": "-Ox -o align13.bin",
"target": [
{ "stderr": "align13.stderr" }
],
"error": "expected"
},
{
"description": "Test of non-power-of-2 alignment (-O1)",
"ref": "align13",
"option": "-O1 -o align13.bin",
"update": "false"
},
{
"description": "Test of non-power-of-2 alignment (-O0)",
"ref": "align13",
"option": "-O0 -o align13.bin",
"update": "false"
}
]