diff options
Diffstat (limited to 'test/MC/Mips/set-at-directive.s')
-rw-r--r-- | test/MC/Mips/set-at-directive.s | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/MC/Mips/set-at-directive.s b/test/MC/Mips/set-at-directive.s index 98a3a35..828175a 100644 --- a/test/MC/Mips/set-at-directive.s +++ b/test/MC/Mips/set-at-directive.s @@ -3,7 +3,6 @@ # Check that the assembler can handle the documented syntax # for ".set at" and set the correct value. -# CHECK: .section __TEXT,__text,regular,pure_instructions .text foo: # CHECK: jr $1 # encoding: [0x08,0x00,0x20,0x00] |