diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.123 2002/06/03 20:11:41 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.124 2002/06/11 16:23:47 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -634,7 +634,7 @@ static int testC (lua_State *L) { | |||
634 | else if EQ("rawcall") { | 634 | else if EQ("rawcall") { |
635 | int narg = getnum; | 635 | int narg = getnum; |
636 | int nres = getnum; | 636 | int nres = getnum; |
637 | lua_rawcall(L, narg, nres); | 637 | lua_upcall(L, narg, nres); |
638 | } | 638 | } |
639 | else if EQ("call") { | 639 | else if EQ("call") { |
640 | int narg = getnum; | 640 | int narg = getnum; |