aboutsummaryrefslogtreecommitdiff
path: root/gfsm/gfsm/src/libgfsm/tests/alphachurn.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfsm/gfsm/src/libgfsm/tests/alphachurn.c')
-rw-r--r--gfsm/gfsm/src/libgfsm/tests/alphachurn.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/gfsm/gfsm/src/libgfsm/tests/alphachurn.c b/gfsm/gfsm/src/libgfsm/tests/alphachurn.c
deleted file mode 100644
index 8ea47a8..0000000
--- a/gfsm/gfsm/src/libgfsm/tests/alphachurn.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <gfsmAlphabet.h>
-#include <stdlib.h>
-
-int main (void) {
- gfsmStringAlphabet *a = gfsm_string_alphabet_new();
-
- gfsm_string_alphabet_load_filename(a,"test.lab");
- gfsm_string_alphabet_save_filename(a,"-");
-
- return 0;
-}