diff options
Diffstat (limited to 'test/TableGen')
-rw-r--r-- | test/TableGen/tg-fixits.td | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test/TableGen/tg-fixits.td b/test/TableGen/tg-fixits.td index a01adc6ece..d04a6a67e4 100644 --- a/test/TableGen/tg-fixits.td +++ b/test/TableGen/tg-fixits.td @@ -38,9 +38,4 @@ def HardTabs : Warning<"">, def Unicode : Warning<"ユニコード">, InGroup<DiagGroup<"name">>; // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously // CHECK-NEXT: def Unicode : Warning<"{{[^"]+}}">, InGroup<DiagGroup<"name">>; -// Next two lines should not be printed, we get the underline wrong. Our -// implementation of diagnostic printing can skip printing these lines on some -// OSes, but not on all. See PR14910. -// CHECK: {{(^ ~~~~~~~~\^~~~~~~~~~~~~~~~~~$)?}} -// CHECK: {{(^ InGroup<NamedGroup>$)?}} -// CHECK: note: +// CHECK-NEXT: note: |