diff options
Diffstat (limited to 'test/MC/ELF/common-error2.s')
-rw-r--r-- | test/MC/ELF/common-error2.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/common-error2.s b/test/MC/ELF/common-error2.s index d666feedee6a..93d35bc80d90 100644 --- a/test/MC/ELF/common-error2.s +++ b/test/MC/ELF/common-error2.s @@ -3,4 +3,4 @@ .set A,C .comm C,4,4 -// CHECK: Common symbol C cannot be used in assignment expr +// CHECK: Common symbol 'C' cannot be used in assignment expr |