Correct the test modified in rL335777.
authorHaojian Wu <hokein@google.com>
Thu, 28 Jun 2018 15:24:34 +0000 (15:24 +0000)
committerHaojian Wu <hokein@google.com>
Thu, 28 Jun 2018 15:24:34 +0000 (15:24 +0000)
llvm-svn: 335865

compiler-rt/test/cfi/cross-dso-diagnostic.cpp

index de5aa34..f3782da 100644 (file)
@@ -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