Skip to content

Commit 6dea612

Browse files
committed
[lldb] [test] Restrict x86-64-write register test to x86-64
1 parent 776937c commit 6dea612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Register/x86-64-write.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# XFAIL: system-darwin
22
# XFAIL: system-windows
3-
# REQUIRES: native && (target-x86 || target-x86_64) && native-cpu-sse
3+
# REQUIRES: native && target-x86_64
44
# RUN: %clangxx_host %p/Inputs/x86-64-write.cpp -o %t
55
# RUN: %lldb -b -s %s %t | FileCheck %s
66
process launch

0 commit comments

Comments
 (0)