We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fec064 + 5de4d54 commit 6e25ea6Copy full SHA for 6e25ea6
lldb/test/API/lang/swift/parseable_interfaces/dsym/TestSwiftInterfaceDsym.py
@@ -45,6 +45,9 @@ def test_dsym_swiftinterface(self):
45
self.runCmd('settings set symbols.clang-modules-cache-path "%s"'
46
% swift_mod_cache)
47
48
+ # This interfers with the counting because it initializes an extra compiler.
49
+ self.runCmd('settings set symbols.swift-validate-typesystem false')
50
+
51
# Set a breakpoint in and launch the main executable
52
lldbutil.run_to_source_breakpoint(
53
self, "break here", lldb.SBFileSpec("main.swift"))
0 commit comments