Changeset 8731 for trunk/psLib/test/sys/tap_psStringSubstitute.c
- Timestamp:
- Sep 1, 2006, 2:41:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psStringSubstitute.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psStringSubstitute.c
r8706 r8731 1 1 #include <stdio.h> 2 2 #include <pslib.h> 3 3 4 #include "tap.h" 5 #include "pstap.h" 4 6 5 7 #define ORIGINAL "This is, a, test case, to check." 6 8 #define CORRECTED "This is a test case to check." 7 #define mem() ok(psMemCheckLeaks(psMemGetLastId(), NULL, stdout, false) == 0, "Memory Leaks")8 9 9 10 int main (void)
Note:
See TracChangeset
for help on using the changeset viewer.
