X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Funit%2FCERRARRAY.c;h=a20b7c7df2f32c9ae9df0edf5bd420a61df7872b;hp=9499b67854ed812a55cb8f4fe600a61d4495bf3b;hb=4ee27a568fb9222907a566e59aaefe248f08a8e4;hpb=5562b8293058464957a1f833777e187a78220ed5 diff --git a/test/unit/CERRARRAY.c b/test/unit/CERRARRAY.c index 9499b67..a20b7c7 100644 --- a/test/unit/CERRARRAY.c +++ b/test/unit/CERRARRAY.c @@ -1,7 +1,7 @@ #include "cerr.h" /* エラー番号とエラーメッセージ */ -CERRARRAY cerr_utest[] = { +CERR cerr_utest[] = { { 101, "label already defined" }, { 102, "label table is full" }, { 103, "label not found" },