]> git.draconx.ca Git - cdecl99.git/blobdiff - t/normalize.c
tests: Consolidate error messaging a bit.
[cdecl99.git] / t / normalize.c
index 558f5562414c358d9079ba2906539c47a863bb4a..e11e6484f94ba0ca6479678b8a02dd3249d488ec 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Helper application to test normalization of declaration specifiers.
- * Copyright © 2021-2023 Nick Bowler
+ * Copyright © 2021-2024 Nick Bowler
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 #include "cdecl.h"
 #include "cdecl-internal.h"
-#include "test.h"
 
 #define PROGNAME "normalize"
-static const char *progname = PROGNAME;
+#include "test.h"
+
 static const char sopts[] = "f:VH";
 static const struct option lopts[] = {
        { "file", 1, NULL, 'f' },