Parcourir la source

added comments where the test fails

master
Nathan R il y a 3 ans
Parent
révision
a60f4c2064
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      tests-c/00062.c
  2. +1
    -1
      tests-c/00063.c

+ 1
- 1
tests-c/00062.c Voir le fichier

@ -1,5 +1,5 @@
#ifdef FOO
XXX
XXX // error here
#ifdef BAR
XXX
#endif

+ 1
- 1
tests-c/00063.c Voir le fichier

@ -1,7 +1,7 @@
#define BAR 0
#ifdef BAR
#ifdef FOO
XXX
XXX // error here
#ifdef FOO
XXX
#endif

Chargement…
Annuler
Enregistrer