Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
erizmr committed Apr 19, 2024
1 parent 3f23431 commit 32c2e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_offline_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def kernel_forward():
# The number of cache file should not change
for _ in range(5):
ti.init(arch=curr_arch, enable_fallback=False, **current_thread_ext_options())
assert added_files() == expected_num_cache_files(0)
assert added_files() == expected_num_cache_files(2)
helper()


Expand Down

0 comments on commit 32c2e71

Please sign in to comment.