Correct the test modified in rL335777.

llvm-svn: 335865
This commit is contained in:
Haojian Wu 2018-06-28 15:24:34 +00:00
parent c103156c60
commit d93a1e5271
1 changed files with 1 additions and 1 deletions

View 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