diff options
author | Haojian Wu <hokein@google.com> | 2018-06-28 15:24:34 +0000 |
---|---|---|
committer | Haojian Wu <hokein@google.com> | 2018-06-28 15:24:34 +0000 |
commit | d93a1e52715f74ad4fe4bf758af0f6b607d3cdf8 (patch) | |
tree | 08d8e9b8f5ce0443dc11ea4828f5a06d47021446 /compiler-rt/test/cfi | |
parent | c103156c606d76b4f1a8d424b2f37a423ad34c47 (diff) | |
download | bcm5719-llvm-d93a1e52715f74ad4fe4bf758af0f6b607d3cdf8.tar.gz bcm5719-llvm-d93a1e52715f74ad4fe4bf758af0f6b607d3cdf8.zip |
Correct the test modified in rL335777.
llvm-svn: 335865
Diffstat (limited to 'compiler-rt/test/cfi')
-rw-r--r-- | compiler-rt/test/cfi/cross-dso-diagnostic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/cfi/cross-dso-diagnostic.cpp b/compiler-rt/test/cfi/cross-dso-diagnostic.cpp index de5aa34d4ce..f3782dae027 100644 --- a/compiler-rt/test/cfi/cross-dso-diagnostic.cpp +++ b/compiler-rt/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 |