mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
afd8d2f11a
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
14 lines
244 B
JSON
14 lines
244 B
JSON
[
|
|
{
|
|
"description": "Test sigsegv fix if multiple outputs passed",
|
|
"id": "mout",
|
|
"format": "bin",
|
|
"source": "mout.asm",
|
|
"option": "-o mout.bin -o mout.bin",
|
|
"target": [
|
|
{ "stderr": "mout.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|