nasm/travis/test/mout.json
Cyrill Gorcunov afd8d2f11a test: nasm-t -- Test for sigsegv on multiple outputs
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-24 12:12:15 +03:00

13 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"
}
]