Skip to content

Commit

Permalink
Revert "Add test for dynamic_cast across dlopen boundaries."
Browse files Browse the repository at this point in the history
There's actually a bug in the test case. Both `MyType` and
`MyTypeImpl` are missing their key functions.

This reverts commit 8c28ddd.

Bug: android/ndk#533
Test: ./run_tests.py
  • Loading branch information
DanAlbert committed Oct 11, 2017
1 parent 126e7ae commit 6dded42
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 81 deletions.
17 changes: 0 additions & 17 deletions tests/device/dynamic_cast_dlopen/jni/Android.mk

This file was deleted.

2 changes: 0 additions & 2 deletions tests/device/dynamic_cast_dlopen/jni/Application.mk

This file was deleted.

41 changes: 0 additions & 41 deletions tests/device/dynamic_cast_dlopen/jni/foo.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions tests/device/dynamic_cast_dlopen/jni/types.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions tests/device/dynamic_cast_dlopen/jni/types.h

This file was deleted.

7 changes: 0 additions & 7 deletions tests/device/dynamic_cast_dlopen/jni/types_test.cpp

This file was deleted.

0 comments on commit 6dded42

Please sign in to comment.