From: Richard Smith Date: Tue, 30 Aug 2016 05:14:38 +0000 (+0000) Subject: Combine two FileCheck patterns to prevent overzealous matching of .* X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8074ce730938fcd75adea4082b074fedd9777817;p=clang Combine two FileCheck patterns to prevent overzealous matching of .* git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280057 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/modules-ts.cpp b/test/Driver/modules-ts.cpp index b4884acff0..89c721e3ea 100644 --- a/test/Driver/modules-ts.cpp +++ b/test/Driver/modules-ts.cpp @@ -23,8 +23,7 @@ // CHECK-USE: -cc1 // CHECK-USE-SAME: -emit-obj // CHECK-USE-SAME: -fmodule-file={{.*}}.pcm -// CHECK-USE-SAME: -o {{.*}}.o -// CHECK-USE-SAME: -x c++ +// CHECK-USE-SAME: -o {{.*}}.o {{.*}}-x c++ // CHECK-USE-SAME: modules-ts.cpp // Check combining precompile and compile steps works.