Changeset 3d08cea for tests/concurrent


Ignore:
Timestamp:
Apr 1, 2023, 3:57:12 PM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
75bd041
Parents:
6e83384
Message:

Removed unneeded include. Should fix failing channels/churn test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/churn.cfa

    r6e83384 r3d08cea  
    33#include <stdio.h>
    44#include <string.h>
    5 #include "channel.hfa"
     5#include <channel.hfa>
    66#include <thread.hfa>
    77#include <time.hfa>
    8 #include <stats.hfa>
     8
    99size_t Processors = 1, Channels = 4, Producers = 2, Consumers = 2, ChannelSize = 128;
    1010
Note: See TracChangeset for help on using the changeset viewer.