Skip to content

Commit

Permalink
test/cases/0290-tstr: fix bug made in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafis committed Jul 12, 2013
1 parent e4a2173 commit bd42be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cases/0290-tstr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

local make_suite = assert(loadfile('test/test-lib/init/strict.lua'))(...)

declare 'jit'
local _VERSION, jit = _VERSION, jit

local table_concat = table.concat
local math_pi = math.pi
local setmetatable = setmetatable
Expand Down

1 comment on commit bd42be5

@rafis
Copy link
Member Author

@rafis rafis commented on bd42be5 Jul 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

closes #16

Please sign in to comment.