Files
wren/test/core
Bob Nystrom 06748ba454 test: add test verifying closures of same code are unequal
Add a test case to equality.wren that creates two closures from the same
function literal inside a loop and asserts they are not equal, confirming
that each closure invocation produces a distinct object.
2016-03-26 21:22:38 +00:00
..