mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 21:12:56 +01:00
This reverts commit f5745fcf18.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include "catch.hpp"
|
||||
#include "sls/sls_detector_defs.h"
|
||||
|
||||
namespace sls {
|
||||
|
||||
using dt = slsDetectorDefs::detectorType;
|
||||
|
||||
TEST_CASE("sls_detector_module default construction", "[support][new]") {
|
||||
@@ -77,6 +75,4 @@ TEST_CASE("compare two scanParameters") {
|
||||
|
||||
p0.enable = 1;
|
||||
CHECK_FALSE(p0 == p1);
|
||||
}
|
||||
|
||||
} // namespace sls
|
||||
}
|
||||
Reference in New Issue
Block a user