瀏覽代碼

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.
 // in local variables.
 
 
 // Local variables should never be i1s
 // Local variables should never be i1s
-// CHECK-not: alloca {{.*}}i1
+// CHECK-NOT: alloca {{.*}}i1
 
 
 int main(int i : I) : OUT
 int main(int i : I) : OUT
 {
 {