X-Git-Url: https://git.gag.com/?p=fw%2Fpdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffscan_sources.incl;h=704c5428e8065e38cf67217694fe20393cac3fa6;hp=6502356878096bd424580e4178f1b057b0f72855;hb=7776734e960843f480e15797f99a8dab5461713d;hpb=92627d87c246591c540d0ae38296aa43e4c09b3c diff --git a/functions/stdio/fscan_sources.incl b/functions/stdio/fscan_sources.incl index 6502356..704c542 100644 --- a/functions/stdio/fscan_sources.incl +++ b/functions/stdio/fscan_sources.incl @@ -33,10 +33,12 @@ TESTCASE( fwrite( "abcdefgh-ijklmnop[qrs%uvw]xyz", 1, 29, alpha ) == 29 ); rewind( alpha ); +#ifndef REGTEST FILE * special = fopen( "scanf_testdata_special", "wb+" ); TESTCASE( special != NULL ); TESTCASE( fwrite( "-0xz\n", 1, 5, special ) == 5 ); rewind( special ); +#endif /* fscan */