Merge "Add is_inlined and is_pure property to header-abi-dump"
am: 54e9654768
Change-Id: I197b7da5c6dfb5d743a8a16565654846176a13d2
This commit is contained in:
@@ -272,6 +272,12 @@ class MyTest(unittest.TestCase):
|
||||
"libgolden_cpp", "libgolden_cpp_inheritance_type_changed", 8, [],
|
||||
True, True)
|
||||
|
||||
def test_libinline_pure(self):
|
||||
self.prepare_and_absolute_diff_all_archs(
|
||||
"libinline_pure",
|
||||
"libinline_pure",
|
||||
)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user