Skip to content
Snippets Groups Projects
Commit 58c7f094 authored by Nick Clifton's avatar Nick Clifton
Browse files

Use correct regexp syntax in ARM PR20068 test

parent 1997c994
No related branches found
No related tags found
No related merge requests found
2016-05-12 Nick Clifton <nickc@redhat.com>
PR target/20068
* testsuite/gas/arm/pr20068.d: Use correct regexp syntax.
2016-05-11 Nick Clifton <nickc@redhat.com> 2016-05-11 Nick Clifton <nickc@redhat.com>
PR target/20068 PR target/20068
......
...@@ -14,5 +14,5 @@ Disassembly of section .text: ...@@ -14,5 +14,5 @@ Disassembly of section .text:
c: 00000000 .* c: 00000000 .*
10: 12345678 .* 10: 12345678 .*
14: 00000000 .* 14: 00000000 .*
18: [00000fff|0000fff0].* 18: (00000fff|0000fff0).*
1c: [0000fff0|00000fff].* 1c: (0000fff0|00000fff).*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment