Skip to content

Commit

Permalink
Update test_external_func.py
Browse files Browse the repository at this point in the history
  • Loading branch information
squarefk authored Sep 16, 2021
1 parent bcb038d commit 9009623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_external_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def func_so() -> ti.i32:


@pytest.mark.skipif(not ti.has_clangpp(), reason='Clang not installed.')
@ti.test(arch=[ti.cpu, ti.cuda])
@ti.test(arch=[ti.cpu])
def test_source_builder_bc():
source_bc = '''
extern "C" {
Expand Down

0 comments on commit 9009623

Please sign in to comment.