mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Typo. Thanks to BillW for pointing it out!
llvm-svn: 113281
This commit is contained in:
parent
6d4356d31f
commit
92dd0fd9ba
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user