mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
We use tabs in json so make it consistent. No functional change. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
14 lines
225 B
JSON
14 lines
225 B
JSON
[
|
|
{
|
|
"description": "Test warning stack",
|
|
"id": "warnstack",
|
|
"format": "bin",
|
|
"source": "warnstack.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "warnstack.bin" },
|
|
{ "stderr": "warnstack.stderr" }
|
|
]
|
|
}
|
|
]
|