From 8f8200451db8225e2fddcea2df5fa2e675e85d1e Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de>
Date: Sat, 8 May 2021 22:42:29 +0200
Subject: [PATCH] corrected filename in CMakeLists

Conflicts:
	tests/framework/CMakeLists.txt
---
 tests/framework/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/framework/CMakeLists.txt b/tests/framework/CMakeLists.txt
index 3c2c7c2f3..cb018efda 100644
--- a/tests/framework/CMakeLists.txt
+++ b/tests/framework/CMakeLists.txt
@@ -20,7 +20,7 @@ set (test_framework_sources
   testNullModel.cpp  
   testHelix.cpp
   testInteractionCounter.cpp
-  testIntLengthModifyingProcess.cpp
+  testInteractionLengthModifier.cpp
   )
 
 CORSIKA_ADD_TEST (testFramework SOURCES ${test_framework_sources})
-- 
GitLab