Skip to content

Commit f46c163

Browse files
committed
test: remove duplicated tests
1 parent d7d5105 commit f46c163

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ pub extern "C" fn run_tests(
3131
status &= gdnative::export::hint::test_enum_hint_without_mapping();
3232
status &= gdnative::export::hint::test_enum_hint_with_mapping();
3333

34-
status &= test_underscore_method_binding();
35-
status &= test_rust_class_construction();
3634
status &= test_from_instance_id();
3735
status &= test_nil_object_return_value();
3836
status &= test_rust_class_construction();

0 commit comments

Comments
 (0)