Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Jul 2, 2021
1 parent 41c5fdd commit ca81f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_micro_model_library_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def @main(%a : Tensor[(1, 2), uint8], %b : Tensor[(1, 2), float32], %c : Tensor[
assert os.path.exists(os.path.join(extract_dir, "codegen", "host", "src", "add_lib0.c"))
assert os.path.exists(os.path.join(extract_dir, "codegen", "host", "src", "add_lib1.c"))
assert should_generate_interface == os.path.exists(
os.path.join(extract_dir, "codegen", "host", "include", "tvm_add.h")
os.path.join(extract_dir, "codegen", "host", "include", "tvmgen_add.h")
)

if executor == "graph":
Expand Down

0 comments on commit ca81f15

Please sign in to comment.