Remove Lua specifics from keyword_rename testcase

This commit is contained in:
William S Fulton 2013-11-09 14:04:24 +00:00
commit ca5327d0da

View file

@ -32,10 +32,8 @@ KW(go, defer)
KW(chan, fallthrough)
/* Lua keywords */
#if defined(SWIGLUA)
KW(end, function)
KW(nil,local)
#endif
%}