Skip to content

Commit

Permalink
attempt to fix bug in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
russo-2025 committed Jul 13, 2024
1 parent 87810a2 commit 188fddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/tests/vm_tests_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ fn test_builder() {

pex2 := pex.read_from_file(out_file2)
assert pex2.src_file_name == "LatentTest.psc"
println("=================================================")
println(pex2.string_table)
println("=================================================")
assert pex2.string_table.len == 35
assert pex2.objects.len == 1
assert pex2.get_string(pex2.objects[0].name) == "LatentTest"
Expand Down

0 comments on commit 188fddf

Please sign in to comment.