Skip to content

Commit f39ba49

Browse files
committed
[NOBIN] Changed regex in a test
1 parent bfc7369 commit f39ba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS pe2shc)
3838
# 5) does converted DLL loads & unloads properly
3939
add_test(RunTestCase2 "${CMAKE_INSTALL_PREFIX}//runshc.exe" "${CMAKE_INSTALL_PREFIX}//test_case2.shc.dll")
4040
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS test_case2_dll)
41-
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc))
41+
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc)
4242
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED.")

0 commit comments

Comments
 (0)