Skip to content

Commit c64964f

Browse files
authored
Update cases.py
1 parent 34ddc16 commit c64964f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

toolchain/mfc/test/cases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,8 @@ def foreach_example():
998998
"2D_isentropicvortex_analytical",
999999
"2D_zero_circ_vortex_analytical",
10001000
"3D_TaylorGreenVortex_analytical",
1001-
"2D_backward_facing_step"]
1001+
"2D_backward_facing_step",
1002+
"2D_forward_facing_step"]
10021003
if path in casesToSkip:
10031004
continue
10041005
name = f"{path.split('_')[0]} -> Example -> {'_'.join(path.split('_')[1:])}"

0 commit comments

Comments
 (0)