Skip to content

Commit 134a94a

Browse files
committed
[lldb][test] TestCppTemplateArguments.py: skip on older compilers
This test needs to be compiled with compilers that support floating point NTTP.
1 parent 1b6340d commit 134a94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lldb/test/API/lang/cpp/template-arguments/TestCppTemplateArguments.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
class TestCase(TestBase):
88
@no_debug_info_test
9+
@skipIf(compiler="clang", compiler_version=["<", "20.0"])
910
def test(self):
1011
self.build()
1112
target = self.dbg.CreateTarget(self.getBuildArtifact("a.out"))

0 commit comments

Comments
 (0)