This revision was automatically updated to reflect the committed changes.
Closed by commit rG831591b2a075: [NFC][clang] Refine tests by adding `:` to 
checks (authored by Fznamznon).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144495/new/

https://reviews.llvm.org/D144495

Files:
  clang/test/Driver/unknown-std.S
  clang/test/Index/allow-editor-placeholders.cpp
  clang/test/VFS/real-path-found-first.m
  clang/test/VFS/vfsroot-include.c


Index: clang/test/VFS/vfsroot-include.c
===================================================================
--- clang/test/VFS/vfsroot-include.c
+++ clang/test/VFS/vfsroot-include.c
@@ -13,4 +13,4 @@
 #include "actual_header.h"
 // CHECK: fatal error: 'actual_header.h' file not found
 // CHECK: 1 error generated.
-// CHECK-NOT: error
+// CHECK-NOT: error:
Index: clang/test/VFS/real-path-found-first.m
===================================================================
--- clang/test/VFS/real-path-found-first.m
+++ clang/test/VFS/real-path-found-first.m
@@ -39,7 +39,7 @@
 // RUN:     -ivfsoverlay %t.yaml -fsyntax-only -Rmodule-include-translation \
 // RUN:     -Werror=non-modular-include-in-framework-module | FileCheck %s
 // CHECK: warning: treating
-// CHECK-NOT: error
+// CHECK-NOT: error:
 
 // With a VFS-mapped module map file
 // RUN: mv %t/SomeFramework.framework/Modules/module.modulemap 
%t/hide_module.map
Index: clang/test/Index/allow-editor-placeholders.cpp
===================================================================
--- clang/test/Index/allow-editor-placeholders.cpp
+++ clang/test/Index/allow-editor-placeholders.cpp
@@ -2,4 +2,4 @@
 
 <#placeholder#>;
 
-// CHECK-NOT: error
+// CHECK-NOT: error:
Index: clang/test/Driver/unknown-std.S
===================================================================
--- clang/test/Driver/unknown-std.S
+++ clang/test/Driver/unknown-std.S
@@ -1,2 +1,2 @@
 // RUN: %clang -std=c++11 %s -E -o /dev/null 2>&1 | FileCheck %s --allow-empty
-// CHECK-NOT: error
+// CHECK-NOT: error:


Index: clang/test/VFS/vfsroot-include.c
===================================================================
--- clang/test/VFS/vfsroot-include.c
+++ clang/test/VFS/vfsroot-include.c
@@ -13,4 +13,4 @@
 #include "actual_header.h"
 // CHECK: fatal error: 'actual_header.h' file not found
 // CHECK: 1 error generated.
-// CHECK-NOT: error
+// CHECK-NOT: error:
Index: clang/test/VFS/real-path-found-first.m
===================================================================
--- clang/test/VFS/real-path-found-first.m
+++ clang/test/VFS/real-path-found-first.m
@@ -39,7 +39,7 @@
 // RUN:     -ivfsoverlay %t.yaml -fsyntax-only -Rmodule-include-translation \
 // RUN:     -Werror=non-modular-include-in-framework-module | FileCheck %s
 // CHECK: warning: treating
-// CHECK-NOT: error
+// CHECK-NOT: error:
 
 // With a VFS-mapped module map file
 // RUN: mv %t/SomeFramework.framework/Modules/module.modulemap %t/hide_module.map
Index: clang/test/Index/allow-editor-placeholders.cpp
===================================================================
--- clang/test/Index/allow-editor-placeholders.cpp
+++ clang/test/Index/allow-editor-placeholders.cpp
@@ -2,4 +2,4 @@
 
 <#placeholder#>;
 
-// CHECK-NOT: error
+// CHECK-NOT: error:
Index: clang/test/Driver/unknown-std.S
===================================================================
--- clang/test/Driver/unknown-std.S
+++ clang/test/Driver/unknown-std.S
@@ -1,2 +1,2 @@
 // RUN: %clang -std=c++11 %s -E -o /dev/null 2>&1 | FileCheck %s --allow-empty
-// CHECK-NOT: error
+// CHECK-NOT: error:
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D144495: [NF... Mariya Podchishchaeva via Phabricator via cfe-commits
    • [PATCH] D144495... Ben Langmuir via Phabricator via cfe-commits
    • [PATCH] D144495... Mariya Podchishchaeva via Phabricator via cfe-commits

Reply via email to