テストの整理
[YACASL2.git] / test / system / comet2 / err_204 / create_a.c
index 619d795..9ed8d03 100644 (file)
@@ -10,7 +10,7 @@ int main()
 {
     FILE *fp;
     const WORD w[] = {0x1010, 0x0005, 0x2810, 0x0006, 0x8100, 0x0003, 0x0001};
-    const char *f = "a.comet";
+    const char *f = "a.o";
 
     if((fp = fopen(f, "w")) == NULL) {
         perror(f);