[PATCH] D53529: [Driver] fix broken test

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 22 14:29:00 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344958: [Driver] fix broken test (authored by nickdesaulniers, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D53529

Files:
  cfe/trunk/test/Driver/android-gcc-toolchain.c


Index: cfe/trunk/test/Driver/android-gcc-toolchain.c
===================================================================
--- cfe/trunk/test/Driver/android-gcc-toolchain.c
+++ cfe/trunk/test/Driver/android-gcc-toolchain.c
@@ -5,4 +5,4 @@
 // RUN:   --gcc-toolchain=%S/Inputs/basic_android_ndk_tree/ 2>&1 \
 // RUN: | FileCheck %s
 //
-// CHECK: Found candidate GCC installation: {{.*}}/Inputs/basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9
+// CHECK: Selected GCC installation: {{.*}}/Inputs/basic_android_ndk_tree/lib/gcc/aarch64-linux-android/4.9


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53529.170499.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181022/5c7c2be3/attachment.bin>


More information about the cfe-commits mailing list