commit 9b054a5140eadd3ee241af25dd86ae82ad608669
Author:     Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
AuthorDate: Sat Apr 23 00:40:07 2016 +0200
Commit:     Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
CommitDate: Sat Apr 23 00:40:07 2016 +0200

    [cc1] Update test043 after 25bf7c4
    
    Commit 6e1706 introduced a bug in cc1, and test043 is failling due to it.
    But not all the changes to test043 are wrong. The prototype must change.

diff --git a/cc1/tests/test043.c b/cc1/tests/test043.c
index f6c65b1..b655da1 100644
--- a/cc1/tests/test043.c
+++ b/cc1/tests/test043.c
@@ -7,7 +7,7 @@ S2      "Clock0link     #NC     #N2
 M6     P       "clock  #N0
 M8     P       "link   #N2
 G9     S2      "cl0
-G11    F       "main
+G11    I       F       "main
 {
 \
        G9      M6      .P      @F      c0

Reply via email to