Skip to content

Commit

Permalink
Update AwsTestHarness.cmake typo (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
eherozhao authored May 31, 2023
1 parent 0bb013f commit 9f36d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/AwsTestHarness.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function(generate_test_driver driver_exe_name)
add_test(${name} ${driver_exe_name} "${name}")
endforeach()

# Clear test cases in case another driver needsto be generated
# Clear test cases in case another driver needs to be generated
unset(TEST_CASES PARENT_SCOPE)
endfunction()

Expand All @@ -94,6 +94,6 @@ function(generate_cpp_test_driver driver_exe_name)
set_tests_properties("${name}" PROPERTIES SKIP_RETURN_CODE ${SKIP_RETURN_CODE_VALUE})
endforeach()

# Clear test cases in case another driver needsto be generated
# Clear test cases in case another driver needs to be generated
unset(TEST_CASES PARENT_SCOPE)
endfunction()

0 comments on commit 9f36d07

Please sign in to comment.