r244187 - [test] Another attempt to fix the test.

Argyrios Kyrtzidis akyrtzi at gmail.com
Wed Aug 5 18:06:56 PDT 2015


Author: akirtzidis
Date: Wed Aug  5 20:06:55 2015
New Revision: 244187

URL: http://llvm.org/viewvc/llvm-project?rev=244187&view=rev
Log:
[test] Another attempt to fix the test.

Modified:
    cfe/trunk/test/Index/print-mangled-name.cpp

Modified: cfe/trunk/test/Index/print-mangled-name.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/print-mangled-name.cpp?rev=244187&r1=244186&r2=244187&view=diff
==============================================================================
--- cfe/trunk/test/Index/print-mangled-name.cpp (original)
+++ cfe/trunk/test/Index/print-mangled-name.cpp Wed Aug  5 20:06:55 2015
@@ -2,7 +2,7 @@
 // RUN: c-index-test -write-pch %t_linux.ast -target i686-pc-linux-gnu %s
 // RUN: c-index-test -test-print-mangle %t_linux.ast | FileCheck %s --check-prefix=ITANIUM
 
-// RUN: c-index-test -write-pch %t_macho.ast -arch x86_64 -mmacosx-version-min=10.6 %s
+// RUN: c-index-test -write-pch %t_macho.ast -target x86_64-apple-darwin %s
 // RUN: c-index-test -test-print-mangle %t_macho.ast | FileCheck %s --check-prefix=MACHO
 
 // RUN: c-index-test -write-pch %t_msft.ast -target i686-pc-win32 %s




More information about the cfe-commits mailing list