nasm/travis/test/avx512f.json
Cyrill Gorcunov f72e459c73 test: nasm-t -- Add avx512f test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

14 lines
215 B
JSON

[
{
"description": "Test AVX512F errors",
"id": "avx512f",
"format": "bin",
"source": "avx512f.asm",
"option": "-O0 -DSRC",
"target": [
{ "stderr": "avx512f.stderr" }
],
"error": "expected"
}
]