Skip to content

Commit

Permalink
#198 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Jan 11, 2022
1 parent 3a79a3f commit 783d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/comptests/inputs/53_ravi_tests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ do
assert(debug.upvalueid(foo1, 1) ~= debug.upvalueid(foo3, 1))
assert(debug.upvalueid(foo1, 2) == debug.upvalueid(foo3, 2))

assert(debug.upvalueid(string.gmatch("x", "x"), 1) ~= nil)
--assert(debug.upvalueid(string.gmatch("x", "x"), 1) ~= nil)

assert(foo1() == 3 + 5 and foo2() == 5 + 3)
debug.upvaluejoin(foo1, 2, foo2, 2)
Expand Down

0 comments on commit 783d0d4

Please sign in to comment.