Changeset 148338c
- Timestamp:
- 07/13/10 17:19:27 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 66ad025
- Parents:
- bd94246
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-errors.c
r5f4bef4 r148338c 79 79 int main(int argc, char *argv[]) 80 80 { 81 test_forgotten_wronly(); 81 82 /* This test is no longer useful, as the new libtrace IO system 83 * ensures that all output files are opened with WRONLY, so the 84 * test will always assert fail when the write error does not 85 * occur */ 86 87 /* test_forgotten_wronly(); */ 82 88 83 89 return 0;
Note: See TracChangeset
for help on using the changeset viewer.