Skip to content

Commit 765d918

Browse files
authored
Fix Test86 resource path
1 parent 303fb80 commit 765d918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/86/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/input"
44
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/referenceTape25"
55
"${CMAKE_CURRENT_BINARY_DIR}/referenceTape25" COPYONLY )
66

7-
configure_file("${RESOURCES}/n-Hf177-TENDL2021.tendl"
7+
configure_file("${RESOURCES}/n-072_Hf_177-TENDL2021.endf"
88
"${CMAKE_CURRENT_BINARY_DIR}/tape20" COPYONLY )
99

1010
add_test( NAME "Test86"

0 commit comments

Comments
 (0)