エラーをリストで格納し、分散して追加するように修正
[YACASL2.git] / test / unit / cerrtest / cerrtest.c
index 39f2a09..0c8e922 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdio.h>
 #include "casl2.h"
 
-/* エラー番号とエラーメッセージ */
 static CERRARRAY cerr_utest[] = {
     { 101, "label already defined" },
     { 102, "label table is full" },