X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcomet2%2Fdirect%2Fcreate_a.c;h=b8fa5b7d7a918ac3b997ed62400a38a99e203ff2;hb=c382a00ca44f99c57fe50b5b2ec6cafd457b16b5;hp=f6ca333db28b48b13a0821d5fb9205ef933ff5c2;hpb=641024682d02a49ea9fed303c2f6db4b4bd1d9c1;p=YACASL2.git diff --git a/test/system/comet2/direct/create_a.c b/test/system/comet2/direct/create_a.c index f6ca333..b8fa5b7 100644 --- a/test/system/comet2/direct/create_a.c +++ b/test/system/comet2/direct/create_a.c @@ -10,7 +10,7 @@ int main() { FILE *fp; const WORD w[] = {0x1010, 0x0005, 0x2210, 0x0006, 0x8100, 0x0003, 0x0001}; - const char *f = "a.comet"; + const char *f = "a.o"; if((fp = fopen(f, "w")) == NULL) { perror(f);