فهرست منبع

Fixed casing of "CHECK-not"

Tristan Labelle 6 سال پیش
والد
کامیت
842e34a8b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/clang/test/CodeGenHLSL/declarations/bool_representation/local_load_store.hlsl

+ 1 - 1
tools/clang/test/CodeGenHLSL/declarations/bool_representation/local_load_store.hlsl

@@ -4,7 +4,7 @@
 // in local variables.
 
 // Local variables should never be i1s
-// CHECK-not: alloca {{.*}}i1
+// CHECK-NOT: alloca {{.*}}i1
 
 int main(int i : I) : OUT
 {