Skip to content

Commit 2f274c0

Browse files
committed
test
1 parent d88a295 commit 2f274c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/objmodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,6 +4295,7 @@ Box* runtimeCallInternal(Box* obj, CallRewriteArgs* rewrite_args, ArgPassSpec ar
42954295
// we offer rewriting are places that don't have the ability to pass a NULL
42964296
// kwargs.
42974297
getArg(i, rewrite_args)->addGuard(0);
4298+
RELEASE_ASSERT(0, "does this get hit?");
42984299
} else {
42994300
getArg(i, rewrite_args)->addAttrGuard(offsetof(Box, cls), (intptr_t)v->cls);
43004301
}

0 commit comments

Comments
 (0)