mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-21 07:06:42 +01:00
added tests for Array and View
This commit is contained in:
@@ -42,4 +42,8 @@ TEST_CASE("Cannot pop from an empty queue"){
|
||||
folly::ProducerConsumerQueue<int> q(2);
|
||||
int a=0;
|
||||
CHECK_FALSE(q.read(a));
|
||||
}
|
||||
}
|
||||
|
||||
// TEST_CASE("fail"){
|
||||
// CHECK(false);
|
||||
// }
|
||||
Reference in New Issue
Block a user