testcase: Remove escape characters - '\'
commit376701ef9aeb368cedfeafbade4400748898e11b
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 28 Nov 2013 04:52:22 +0000 (27 20:52 -0800)
committerJin Kyu Song <jin.kyu.song@intel.com>
Thu, 28 Nov 2013 05:01:01 +0000 (27 21:01 -0800)
tree9502039b8b37eaad0250cc8d6bfccc268d5f2ed0
parent5eac14bb0e5597d2bee902bee3a8ec981fa5ca03
testcase: Remove escape characters - '\'

Since the multi-line macro preprocessor is modified to expand
grouped parameter with braces. The escape character is not needed
any more.
The testcase converter script is also modified not to generate '\'.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
test/avx512cd.asm
test/avx512er.asm
test/avx512f.asm
test/avx512pf.asm
test/gas2nasm.py