Duncan P. N. Exon Smith | b984c49 | 2015-02-13 01:10:38 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s |
| 2 | |
Duncan P. N. Exon Smith | 031fbae | 2015-03-22 15:58:21 +0000 | [diff] [blame] | 3 | ; CHECK-NOT: error: |
Duncan P. N. Exon Smith | e56023a | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 4 | !0 = !DISubrange(count: -1) |
Duncan P. N. Exon Smith | c2c5e48 | 2015-02-18 23:17:51 +0000 | [diff] [blame] | 5 | |
| 6 | ; CHECK: <stdin>:[[@LINE+1]]:25: error: value for 'count' too small, limit is -1 |
Duncan P. N. Exon Smith | e56023a | 2015-04-29 16:38:44 +0000 | [diff] [blame] | 7 | !0 = !DISubrange(count: -2) |