Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-dwarfutil / error-unknown-tombstone.test
blobafc5a6db6e2118725f28052fa43dd16884b62955
1 ## This test checks the error message diplayed if an incorrect
2 ## tombstone value is specified.
4 # RUN: not llvm-dwarfutil --tombstone=unknown - - 2>&1 | FileCheck --check-prefix CHECK %s
6 # CHECK: error: unknown tombstone value: 'unknown'