Skip to content

Commit

Permalink
Change the folder name for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
haochey committed Nov 19, 2024
1 parent 291e9ac commit 8805ccc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion toolchain/mfc/test/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def ibm_stl():
for ndim in range(2, 4):
cases.append(define_case_f(
f'{ndim}D -> IBM -> STL',
f'examples/{ndim}D_ibm_stl/case.py',
f'examples/{ndim}D_ibm_stl_test/case.py',
['--ndim', str(ndim)],
mods=common_mods
))
Expand Down

0 comments on commit 8805ccc

Please sign in to comment.