Changeset 91333c2 in rtems for testsuites/samples/cdtest
- Timestamp:
- Jul 31, 1997, 10:04:17 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0074691
- Parents:
- 13f09e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/cdtest/main.cc
r13f09e6 r91333c2 22 22 #include <rtems.h> 23 23 #include <stdio.h> 24 #ifdef RTEMS_TEST_IO_STREAM 24 25 #include <iostream.h> 26 #endif 25 27 26 28 extern "C" { … … 109 111 B bleak; 110 112 113 #ifdef RTEMS_TEST_IO_STREAM 111 114 cout << "Testing a C++ I/O stream" << endl; 115 #else 116 printf("IO Stream not tested\n"); 117 #endif 112 118 113 119 bar = blech;
Note: See TracChangeset
for help on using the changeset viewer.