forked from aniani/nasm
14 lines
233 B
JSON
14 lines
233 B
JSON
[
|
|
{
|
|
"description": "Test strlen error over nonexisting argument",
|
|
"id": "strlen",
|
|
"format": "bin",
|
|
"source": "strlen.asm",
|
|
"option": "-E -Ox",
|
|
"target": [
|
|
{ "stderr": "strlen.stderr" }
|
|
],
|
|
"error": "expected"
|
|
}
|
|
]
|