Fix typo in tests.

This commit is contained in:
James Roseborough
2012-10-13 15:14:48 +00:00
parent bb540819b0
commit fa2b7cfdf3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -152,7 +152,7 @@ strtests('char', string.char, 92, 60, 61, 93 )
stringdumptest = function()
return load(string.dump(function(x) return 'foo->'..x end),'bar')('bat')
end
print( 'string.dump test:', pcall(stringdujptest) )
print( 'string.dump test:', pcall(stringdumptest) )
-- floating point formats (not supported yet)