Skip failing test on older versions of clang.

llvm-svn: 363202
This commit is contained in:
Adrian Prantl 2019-06-12 21:30:00 +00:00
parent 4548c1cfca
commit 87f75ecd72
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ class ReturnValueTestCase(TestBase):
self.return_and_test_struct_value("return_base_class")
self.return_and_test_struct_value("return_derived_class")
@skipIf(compiler="clang", compiler_version=['<', '7.0'])
def return_and_test_struct_value(self, func_name):
"""Pass in the name of the function to return from - takes in value, returns value."""