Changes in / [a094f13:7df201c]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel_private.hfa

    ra094f13 r7df201c  
    3434static inline void WakeThread( thread_desc * thrd ) {
    3535        if( !thrd ) return;
    36 
    37         verify(thrd->state == Inactive);
    3836
    3937        disable_interrupts();
  • tests/pybin/tools.py

    ra094f13 r7df201c  
    343343        # make a directory for this test
    344344        # mkdir makes the parent directory only so add a dummy
    345         mkdir(os.path.join(dst, name ))
     345        mkdir(os.path.join(dst, "dir"))
    346346
    347347        # moves the files
Note: See TracChangeset for help on using the changeset viewer.