diff options
Diffstat (limited to 'llvm/test/Assembler/invalid-mdsubrange-count-negative.ll')
-rw-r--r-- | llvm/test/Assembler/invalid-mdsubrange-count-negative.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll b/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll deleted file mode 100644 index f2ad4c302cb..00000000000 --- a/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s - -; CHECK-NOT: error: -!0 = !DISubrange(count: -1) - -; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too small, limit is -1 -!0 = !DISubrange(count: -2) |