Changeset 1599
- Timestamp:
- 07/13/10 17:19:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/test/test-errors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test-errors.c
r1407 r1599 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.
