mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
19 lines
308 B
JSON
19 lines
308 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test org directive error (elf64)",
|
||
|
"id": "org",
|
||
|
"format": "elf64",
|
||
|
"source": "org.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "stderr": "org.stderr" }
|
||
|
],
|
||
|
"error": "expected"
|
||
|
},
|
||
|
{
|
||
|
"description": "Test org directive error (win64)",
|
||
|
"ref": "org",
|
||
|
"format": "win64"
|
||
|
}
|
||
|
]
|