We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d5105 commit f46c163Copy full SHA for f46c163
test/src/lib.rs
@@ -31,8 +31,6 @@ pub extern "C" fn run_tests(
31
status &= gdnative::export::hint::test_enum_hint_without_mapping();
32
status &= gdnative::export::hint::test_enum_hint_with_mapping();
33
34
- status &= test_underscore_method_binding();
35
- status &= test_rust_class_construction();
36
status &= test_from_instance_id();
37
status &= test_nil_object_return_value();
38
status &= test_rust_class_construction();
0 commit comments