Skip to content

Commit

Permalink
removal of unused test variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Faber committed Aug 9, 2024
1 parent 6374db1 commit 304519e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/cli/more-projects_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,8 +849,6 @@ def test_shared_items_project(tmpdir = ""):
# tmpdir is unused
solutionDir = os.path.join(os.getcwd(), 'shared-items-project')
solutionFile = os.path.join(solutionDir, 'Solution.sln')
codeMainFile = os.path.join(solutionDir, 'Main', 'MainFile.cpp')
codeSharedFile = os.path.join(solutionDir, 'Shared', 'TestClass.cpp')

args = [
'--platform=win64',
Expand Down

0 comments on commit 304519e

Please sign in to comment.