Ignore:
Timestamp:
08/19/10 09:26:03 (21 months ago)
Author:
dom
Message:

Continue work on include files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/text_printer_test.erl

    r92 r96  
    7575            P ! {io_reply, Self, ok}, 
    7676            Binary; 
     77        {io_request, P, Self, {put_chars, Binary}} -> 
     78            P ! {io_reply, Self, ok}, 
     79            Binary; 
    7780        M -> M 
    7881    after 1000 -> timeout 
Note: See TracChangeset for help on using the changeset viewer.