mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +08:00
2e1bf723a9
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
26 lines
523 B
JSON
26 lines
523 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|