mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
This reverts commit f5745fcf18
.
This commit is contained in:
@ -4,8 +4,7 @@
|
||||
#include "sls/CircularFifo.h"
|
||||
#include <vector>
|
||||
|
||||
namespace sls {
|
||||
|
||||
using sls::CircularFifo;
|
||||
|
||||
TEST_CASE("Empty buffer") {
|
||||
CircularFifo<char> fifo(0);
|
||||
@ -51,6 +50,4 @@ TEST_CASE("Push pop") {
|
||||
|
||||
CHECK(fifo.isEmpty() == true);
|
||||
CHECK(fifo.isFull() == false);
|
||||
}
|
||||
|
||||
} // namespace sls
|
||||
}
|
Reference in New Issue
Block a user