Skip to content

Commit 9fcd0c4

Browse files
committed
Add line number to assertion
1 parent 8872da7 commit 9fcd0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/TableGen/submulticlass-typecheck.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: not llvm-tblgen %s 2>&1 | FileCheck %s
22
// XFAIL: vg_leak
3-
// CHECK: {{.*}}: error: Value specified for template argument 'B::op' is of type bits<4>; expected type bits<8>: C::op
3+
// CHECK: {{.*}}:11:28: error: Value specified for template argument 'B::op' is of type bits<4>; expected type bits<8>: C::op
44
// CHECK-NEXT: multiclass C<bits<4> op> : B<op>;
55
class A<bits<8> op> {
66
bits<8> f = op;

0 commit comments

Comments
 (0)