diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-04 17:21:01 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-07-04 17:21:01 +0000 |
| commit | 31c3b2ddeec555a34476c4f71fed754782c58696 (patch) | |
| tree | c1336e16ab1e081772903384ae91d7f29a5bbbda /llvm | |
| parent | 305ac7ebe6b1bdd334c71f5b85192f0671779ad0 (diff) | |
| download | bcm5719-llvm-31c3b2ddeec555a34476c4f71fed754782c58696.tar.gz bcm5719-llvm-31c3b2ddeec555a34476c4f71fed754782c58696.zip | |
Add 'not' in front of a command that is expected to fail.
llvm-svn: 185659
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ARM/invalid-v8fp.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/invalid-v8fp.s b/llvm/test/MC/ARM/invalid-v8fp.s index e2dbb8b8d1e..4dff188b8e5 100644 --- a/llvm/test/MC/ARM/invalid-v8fp.s +++ b/llvm/test/MC/ARM/invalid-v8fp.s @@ -1,4 +1,4 @@ -@ RUN: llvm-mc -triple armv7 -show-encoding < %s | FileCheck %s +@ RUN: not llvm-mc -triple armv7 -show-encoding < %s | FileCheck %s @ VCVT{B,T} |

