diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2017-07-18 19:56:17 -0300 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2017-07-18 19:56:17 -0300 |
commit | 3f347a76d5db904c38dfa0da77587146ef7f9e0e (patch) | |
tree | 035d53f08337e164470bb13c4e17956efa1869b4 | |
parent | 1fc4509cd1f81493fd05c4dd27a1ab2058cf0193 (diff) | |
download | gdb-3f347a76d5db904c38dfa0da77587146ef7f9e0e.zip gdb-3f347a76d5db904c38dfa0da77587146ef7f9e0e.tar.gz gdb-3f347a76d5db904c38dfa0da77587146ef7f9e0e.tar.bz2 |
LVU: fix typo in new sleb128 test
-rw-r--r-- | gas/testsuite/gas/all/sleb128-9.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/all/sleb128-9.d b/gas/testsuite/gas/all/sleb128-9.d index 7c88451..16f81ca 100644 --- a/gas/testsuite/gas/all/sleb128-9.d +++ b/gas/testsuite/gas/all/sleb128-9.d @@ -1,4 +1,4 @@ -#name: undefined symbols un sleb128 directive +#name: undefined symbols in sleb128 directive #source: sleb128-9.s #error-output: sleb128-9.l #target: *-*-* |