mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
23c180ea2c
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
20 lines
327 B
JSON
20 lines
327 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",
|
|
"update": false
|
|
}
|
|
]
|