k_test.asm: comment out %pragma list options

Disable the %pragma list options in k_test.asm to avoid nasty
surprises. LISTOPT is -L+ by default and can be overridden on the
command line, so the %pragma is not just unnecessary but problematic.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
diff --git a/test/k_test.asm b/test/k_test.asm
index d5f346b..cf0dc3c 100644
--- a/test/k_test.asm
+++ b/test/k_test.asm
@@ -42,7 +42,7 @@
 
 %endmacro
 
-%pragma list options +bempf
+;%pragma list options +bempf
 
 	;; k_rr op kreg size_suffix size_name
 %macro k_rr 4