test: nasm-t -- Use plain stderr extension for error stream

Just to unify with other tests

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-12-23 18:12:37 +03:00
parent 929aa65385
commit ad2fab7778
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"ref": "clzero",
"option": "-Ox -DERROR",
"target": [
{ "stderr": "clzero.stderr.t" }
{ "stderr": "clzero.stderr" }
],
"error": "expected"
}