Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / empty-line.test
blob80c72208aa96c645801be926074775dc15793f87
1 # Show that llvm-cxxfilt can handle empty lines in the input.
2 RUN: echo "" > %t
3 RUN: echo "_Z3foov" >> %t
4 RUN: echo "" >> %t
5 RUN: llvm-cxxfilt -n < %t | FileCheck %s
7 CHECK:       {{^$}}
8 CHECK-NEXT:  foo()
9 CHECK-EMPTY: