1*208e3f5dSRaphael Isemann# RUN: %lldb-noinit -x -s %s | FileCheck %s 2*208e3f5dSRaphael Isemannsettings show symbols.clang-modules-cache-path 3*208e3f5dSRaphael Isemannq 4*208e3f5dSRaphael Isemann# This test checks that we get *any* clang modules cache path by default. The 5*208e3f5dSRaphael Isemann# actual path depends on the operating system. 6*208e3f5dSRaphael Isemann# CHECK: symbols.clang-modules-cache-path (file) = " 7*208e3f5dSRaphael Isemann# Clang treats an empty path in the same way as 'no path', so explicitly check 8*208e3f5dSRaphael Isemann# that we never have an empty path by default. 9*208e3f5dSRaphael Isemann# CHECK-NOT: symbols.clang-modules-cache-path (file) = "" 10