[llvm] 01d8bb4 - [test][llvm-cxxfilt] Add missing '-n'

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 07:08:37 PST 2019


Author: James Henderson
Date: 2019-12-09T15:06:41Z
New Revision: 01d8bb49399c7e2ea767ddf4f64ad51e256cd14b

URL: https://github.com/llvm/llvm-project/commit/01d8bb49399c7e2ea767ddf4f64ad51e256cd14b
DIFF: https://github.com/llvm/llvm-project/commit/01d8bb49399c7e2ea767ddf4f64ad51e256cd14b.diff

LOG: [test][llvm-cxxfilt] Add missing '-n'

See also e84468c1f.

Added: 
    

Modified: 
    llvm/test/tools/llvm-cxxfilt/simple.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/llvm-cxxfilt/simple.test b/llvm/test/tools/llvm-cxxfilt/simple.test
index d1f8fed23029..920c01089b60 100644
--- a/llvm/test/tools/llvm-cxxfilt/simple.test
+++ b/llvm/test/tools/llvm-cxxfilt/simple.test
@@ -4,7 +4,7 @@
 ## elsewhere.
 
 RUN: llvm-cxxfilt -n _Z1fi abc | FileCheck %s
-RUN: echo "Mangled _Z1fi and _Z3foov in string." | llvm-cxxfilt \
+RUN: echo "Mangled _Z1fi and _Z3foov in string." | llvm-cxxfilt -n \
 RUN:   | FileCheck %s --check-prefix=CHECK-STRING
 RUN: llvm-cxxfilt -n "CLI remains mangled _Z1fi" \
 RUN:   | FileCheck %s --check-prefix=CHECK-MANGLED


        


More information about the llvm-commits mailing list