[test][llvm-cxxfilt] Add missing '-n'
authorJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 9 Dec 2019 15:06:00 +0000 (15:06 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 9 Dec 2019 15:06:41 +0000 (15:06 +0000)
See also e84468c1f.

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

index d1f8fed..920c010 100644 (file)
@@ -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