[LLDB] [test] Add a missing "REQUIRES: arm" line

This commit is contained in:
Martin Storsjö 2019-11-28 13:18:15 +02:00
parent 943d8326dd
commit f286f2dda4
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: arm
# RUN: yaml2obj %s > %t.exe
# RUN: %lldb %t.exe -o "disassemble -b -n entry" -b | FileCheck %s