Skip to content

Commit b0def70

Browse files
committed
[NOBIN] Fixed typo in a comment
1 parent 14cedd2 commit b0def70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set_tests_properties(RunPe2Shc PROPERTIES DEPENDS runshc)
2424
add_test(ConvTestCase1 "${CMAKE_BINARY_DIR}//pe2shc.exe" "${CMAKE_BINARY_DIR}//test_case1.exe" "${CMAKE_BINARY_DIR}//test_case1.shc.exe")
2525
set_tests_properties(ConvTestCase1 PROPERTIES PASS_REGULAR_EXPRESSION "Saved to file:")
2626

27-
# 2) does converted application run properly
27+
# 3) does converted application run properly
2828
add_test(RunTestCase1 "${CMAKE_BINARY_DIR}//runshc.exe" "${CMAKE_BINARY_DIR}//test_case1.shc.exe")
2929
set_tests_properties(RunTestCase1 PROPERTIES DEPENDS test_case1)
3030
set_tests_properties(RunTestCase1 PROPERTIES PASS_REGULAR_EXPRESSION "Test passed!")

0 commit comments

Comments
 (0)