Skip to content

Commit

Permalink
Correct ignore_flag not set
Browse files Browse the repository at this point in the history
  • Loading branch information
eNascimento178 committed Apr 29, 2024
1 parent ec8146f commit 08ea2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/pascals-triangle/test.ijs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_pascals_triangle_test_02 =: monad define
assert (1 1$1) -:&:> pascal 1
)

pascals_triangle_test_03_ignore=: 0 NB. Change this value to 0 to run this test
pascals_triangle_test_03_ignore=: 1 NB. Change this value to 0 to run this test
test_pascals_triangle_test_03 =: monad define
Description@.1 ('two rows')
Order@.1 (3)
Expand Down

0 comments on commit 08ea2de

Please sign in to comment.