Skip to content

Commit

Permalink
Update write_test.md (taichi-dev#3263)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyVR authored Oct 25, 2021
1 parent af5453e commit 1be54bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/contribution/write_test.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ exclude them from the test in order to move forward:

```python
# Run this test on all backends except for OpenGL
@ti.test(excludes=[ti.opengl])
@ti.test(exclude=[ti.opengl])
def test_sparse_field():
# ... (some tests that requires sparse feature which is not supported by OpenGL)
```
Expand Down

0 comments on commit 1be54bb

Please sign in to comment.