Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Sep 1, 2023
1 parent 659b734 commit 97a0f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/k4FWCoreTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ set_tests_properties(Testk4runHelpOnly
add_test(NAME TestExec
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} --dry-run options/TestExec.py)
set_test_env(TestExec)
set_test_env(TestExec)
2 changes: 1 addition & 1 deletion test/k4FWCoreTest/options/TestExec.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# limitations under the License.
#
a = 5
comp = [a for i in range(3)]
comp = [a for i in range(3)]

0 comments on commit 97a0f93

Please sign in to comment.