Make test_expired_userdata less noisy

The printing was cluttering the test runner output
This commit is contained in:
Jonas Schievink 2017-07-23 12:51:14 +02:00
parent 1c53ba3d4c
commit 984ade66cc
1 changed files with 0 additions and 5 deletions

View File

@ -833,14 +833,9 @@ fn test_expired_userdata() {
hatch = self.userdata
end })
print("userdata = ", userdata)
print("hatch = ", hatch)
print "collecting..."
tbl = nil
userdata = nil -- make table and userdata collectable
collectgarbage("collect")
print("userdata = ", userdata)
print("hatch = ", hatch)
hatch:access()
"#, None).unwrap();
}