Skip to content

Commit 6e25ea6

Browse files
Merge pull request #9995 from adrian-prantl/disable-validation
Disable typesystem validation in test (NFC)
2 parents 9fec064 + 5de4d54 commit 6e25ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/lang/swift/parseable_interfaces/dsym/TestSwiftInterfaceDsym.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ def test_dsym_swiftinterface(self):
4545
self.runCmd('settings set symbols.clang-modules-cache-path "%s"'
4646
% swift_mod_cache)
4747

48+
# This interfers with the counting because it initializes an extra compiler.
49+
self.runCmd('settings set symbols.swift-validate-typesystem false')
50+
4851
# Set a breakpoint in and launch the main executable
4952
lldbutil.run_to_source_breakpoint(
5053
self, "break here", lldb.SBFileSpec("main.swift"))

0 commit comments

Comments
 (0)