[llvm-commits] [llvm] r113281 - /llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c

Stuart Hastings stuart at apple.com
Tue Sep 7 13:39:07 PDT 2010


Author: stuart
Date: Tue Sep  7 15:39:07 2010
New Revision: 113281

URL: http://llvm.org/viewvc/llvm-project?rev=113281&view=rev
Log:
Typo.  Thanks to BillW for pointing it out!

Modified:
    llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c

Modified: llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c?rev=113281&r1=113280&r2=113281&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c (original)
+++ llvm/trunk/test/FrontendC/2007-10-01-BuildArrayRef.c Tue Sep  7 15:39:07 2010
@@ -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 {





More information about the llvm-commits mailing list