Explorar el Código

added comments where the test fails

master
Nathan R hace 3 años
padre
commit
a60f4c2064
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      tests-c/00062.c
  2. +1
    -1
      tests-c/00063.c

+ 1
- 1
tests-c/00062.c Ver fichero

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

+ 1
- 1
tests-c/00063.c Ver fichero

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

Cargando…
Cancelar
Guardar