0
0
forked from aniani/nasm
Files
nasm/travis/test/strlen.json
Cyrill Gorcunov 52f82633d3 travis: add strlen
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-10 14:21:34 +03:00

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