From e85f57f7584674aa0db7692c26fb357c42d639ee Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 28 Jun 2018 15:24:34 +0000 Subject: Correct the test modified in rL335777. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335865 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/cfi/cross-dso-diagnostic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/cfi/cross-dso-diagnostic.cpp b/test/cfi/cross-dso-diagnostic.cpp index de5aa34d4..f3782dae0 100644 --- a/test/cfi/cross-dso-diagnostic.cpp +++ b/test/cfi/cross-dso-diagnostic.cpp @@ -2,7 +2,7 @@ // RUN: %clangxx_cfi_diag -g -DSHARED_LIB -fPIC -shared -o %dynamiclib %s %ld_flags_rpath_so // RUN: %clangxx_cfi_diag -g -o %t_exe_suffix %s %ld_flags_rpath_exe -// RUN: %t_exe_suffix 2>&1 | FileCheck -DDSONAME=%xdynamiclib_filename %s +// RUN: %t_exe_suffix 2>&1 | FileCheck -DDSONAME=%xdynamiclib_namespec %s // UNSUPPORTED: win32 // REQUIRES: cxxabi -- cgit v1.2.3