comparison: src/server/test/writer.h
src/server/test/writer.h
- changeset 633
- 392ec9026b07
- parent 415
- d938228c382e
equal
deleted
inserted
replaced
| 33 |
33 |
| 34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
| 35 extern "C" { |
35 extern "C" { |
| 36 #endif |
36 #endif |
| 37 |
37 |
| 38 UCX_TEST(test_writer_putc); |
38 CX_TEST(test_writer_putc); |
| 39 UCX_TEST(test_writer_flush); |
39 CX_TEST(test_writer_flush); |
| 40 UCX_TEST(test_writer_put); |
40 CX_TEST(test_writer_put); |
| 41 |
41 |
| 42 #ifdef __cplusplus |
42 #ifdef __cplusplus |
| 43 } |
43 } |
| 44 #endif |
44 #endif |
| 45 |
45 |