Skip to content

Commit 88d9976

Browse files
committed
switch (VALUE) now sometimes causes a native conversion
* Unfortunate, but out of our control as LLVM does this.
1 parent 73fbeb2 commit 88d9976

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/nativeconversion.mspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class NativeHandleChecker
22
EXPECTED_FAILURES = {
3+
"C language construct switch (VALUE) works for the default case" => 1,
34
"C-API Debug function rb_debug_inspector_open creates a debug context and calls the given callback" => 2,
45
"C-API Debug function rb_debug_inspector_frame_self_get returns self" => 2,
56
"C-API Debug function rb_debug_inspector_frame_class_get returns the frame class" => 2,

0 commit comments

Comments
 (0)