Skip to content

Commit

Permalink
[lldb] [test] Restrict x86-64-write register test to x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jan 28, 2020
1 parent 776937c commit 6dea612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/Register/x86-64-write.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# XFAIL: system-darwin
# XFAIL: system-windows
# REQUIRES: native && (target-x86 || target-x86_64) && native-cpu-sse
# REQUIRES: native && target-x86_64
# RUN: %clangxx_host %p/Inputs/x86-64-write.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
process launch
Expand Down

0 comments on commit 6dea612

Please sign in to comment.