XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2007-10-01-BuildArrayRef.c
index 092bc4204d7905aa9a15936c435e54756f87854f..e87a5b6305403fc04f79e38b86e248df1c601c59 100644 (file)
@@ -3,7 +3,7 @@
 void func()
 {
    const int *arr;
-   arr[0] = 1;  // CXHECK: error: assignment of read-only location
+   arr[0] = 1;  // CHECK: error: assignment of read-only location
 }
 
 struct foo {