diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-03 16:41:31 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-03 16:41:31 +0000 |
| commit | c7a52d594a6cc40477e05f88f63e8661deee6660 (patch) | |
| tree | a362cb8cfe9e2f93829470b81f97fca8fab840dd /lldb/test/functionalities | |
| parent | 08ef462d1583457701da431ce3ca02af43d1a0da (diff) | |
| download | bcm5719-llvm-c7a52d594a6cc40477e05f88f63e8661deee6660.tar.gz bcm5719-llvm-c7a52d594a6cc40477e05f88f63e8661deee6660.zip | |
i386 and i686 are equivalent, update the test accordingly.
llvm-svn: 246783
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py b/lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py index dc47ee23abc..a38274ad1c6 100644 --- a/lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py +++ b/lldb/test/functionalities/disassembly/TestDisassembleBreakpoint.py @@ -38,7 +38,7 @@ class DisassemblyTestCase(TestBase): disassembly = self.res.GetOutput() # ARCH, if not specified, defaults to x86_64. - if self.getArchitecture() in ["", 'x86_64', 'i386']: + if self.getArchitecture() in ["", 'x86_64', 'i386', 'i686']: breakpoint_opcodes = ["int3"] instructions = [' mov', ' addl ', 'ret'] elif self.getArchitecture() in ["arm", "aarch64"]: |

