Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Mar 7, 2024
1 parent 5237750 commit 28ef8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regression/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

test_dir = Path(__file__).parent.parent
riscv_tests_dir = test_dir.joinpath("external/riscv-tests")
profile_dir = test_dir.joinpath("external/__profiles__")
profile_dir = test_dir.joinpath("__profiles__")


def get_all_test_names():
Expand Down

0 comments on commit 28ef8bf

Please sign in to comment.