2
0
Эх сурвалжийг харах

Fixed casing of "CHECK-not"

Tristan Labelle 6 жил өмнө
parent
commit
842e34a8b4

+ 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
 {