Index: clang/test/CodeGenCXX/debug-info-hotpatch.cpp =================================================================== --- clang/test/CodeGenCXX/debug-info-hotpatch.cpp +++ clang/test/CodeGenCXX/debug-info-hotpatch.cpp @@ -12,8 +12,8 @@ // RUN: %clang_cl --target=x86_64-windows-msvc /hotpatch -### -- %s 2>&1 \ // RUN: | FileCheck %s --check-prefix=FUNCTIONPADMIN // FUNCTIONPADMIN: clang{{.*}} -// FUNCTIONPADMIN: {{link.*"}} -// FUNCTIONPADMIN: -functionpadmin +// FUNCTIONPADMIN: {{link[^"]*"}} +// FUNCTIONPADMIN: "-functionpadmin" int main() { return 0;