mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Add a test.
Currently we don't have any tests for this error case. llvm-svn: 322129
This commit is contained in:
parent
1862f3b288
commit
865122f998
4
test/MC/X86/space-err.s
Normal file
4
test/MC/X86/space-err.s
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: not llvm-mc -filetype=obj %s -o - -triple x86_64-pc-linux 2>&1 | FileCheck %s
|
||||
|
||||
// CHECK: space-err.s:[[@LINE+1]]:8: error: invalid number of bytes
|
||||
.space -4
|
Loading…
Reference in New Issue
Block a user