Skip to content

Commit f10c4b5

Browse files
committed
Rollback tests/db.lua
1 parent cc68d7f commit f10c4b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/db.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,6 @@ assert(not debug.getlocal(0, 3))
316316
assert(not debug.getlocal(0, 0))
317317

318318
function f()
319-
print("HERE")
320-
print(debug.getlocal(2,3))
321-
print("THERE")
322-
print(select(2, debug.getlocal(2,3)))
323-
print("EVERYWHERRE")
324319
assert(select(2, debug.getlocal(2,3)) == 1)
325320
assert(not debug.getlocal(2,4))
326321
debug.setlocal(2, 3, 10)

0 commit comments

Comments
 (0)