]> mj.ucw.cz Git - moe.git/blobdiff - judge/utils.c
Add unicode and file parsing test
[moe.git] / judge / utils.c
index cbe5c3c3f085bb67470c02d96b0a95ca1c5bfadd..128e1feb8001c30ed3fd9cac435469058e47428e 100644 (file)
@@ -17,7 +17,7 @@ void die(char *msg, ...)
   vfprintf(stderr, msg, args);
   fputc('\n', stderr);
   va_end(args);
-  exit(1);
+  exit(2);
 }
 
 void *xmalloc(size_t size)