Skip to content

Commit

Permalink
Fix typo in tests, closes #145
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Oct 7, 2021
1 parent 22e8882 commit b6b67e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/analyzer_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ it("narrow casting", function()
local u: uinteger
i = u u = i
i = n n = i
n = u n = u
n = u u = n
]])

expect.analyze_ast([[
Expand Down

0 comments on commit b6b67e6

Please sign in to comment.