summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2018-06-28 15:24:34 +0000
committerHaojian Wu <hokein@google.com>2018-06-28 15:24:34 +0000
commite85f57f7584674aa0db7692c26fb357c42d639ee (patch)
treed6792f09c2279637f9e78e5ef7b7e4f972a8f9b8 /test/cfi
parente68c4e60449e68193ad2479e453715dcb94d59ec (diff)
Correct the test modified in rL335777.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/cross-dso-diagnostic.cpp2
1 files changed, 1 insertions, 1 deletions
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