forked from aniani/nasm
23 lines
375 B
JSON
23 lines
375 B
JSON
[
|
|
{
|
|
"description": "Test ilog2",
|
|
"id": "ilog",
|
|
"format": "bin",
|
|
"source": "ilog.asm",
|
|
"option": "-Ox -DWARNING",
|
|
"target": [
|
|
{ "output": "ilog.bin" },
|
|
{ "stderr": "ilog.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test ilog2 (error)",
|
|
"ref": "ilog",
|
|
"option": "-Ox -DERROR",
|
|
"target": [
|
|
{ "stderr": "ilog-error.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|