Skip to content

Commit bfc7369

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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)
42-
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION "DLL loaded" APPEND)
43-
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED." APPEND)
41+
set_tests_properties(RunTestCase2 PROPERTIES DEPENDS runshc))
42+
set_tests_properties(RunTestCase2 PROPERTIES PASS_REGULAR_EXPRESSION ">>> FINISHED.")

0 commit comments

Comments
 (0)