Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert MSG MC test to cpp
[simgrid.git] / examples / deprecated / msg / mc / promela_bugged2_liveness
diff --git a/examples/deprecated/msg/mc/promela_bugged2_liveness b/examples/deprecated/msg/mc/promela_bugged2_liveness
deleted file mode 100644 (file)
index 5361f88..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-never { /* !(!(GFcs)) */
-T0_init :    /* init */
-       if
-       :: (cs) -> goto accept_S1
-       :: (1) -> goto T0_init
-       fi;
-accept_S1 :    /* 1 */
-       if
-       :: (cs) -> goto accept_S1
-       :: (1) -> goto T0_init
-       fi;
-}