diff options
Diffstat (limited to 'test/CodeGenObjC/assign.m')
-rw-r--r-- | test/CodeGenObjC/assign.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/assign.m b/test/CodeGenObjC/assign.m index bdc99c6..7d0c06f 100644 --- a/test/CodeGenObjC/assign.m +++ b/test/CodeGenObjC/assign.m @@ -12,7 +12,7 @@ struct s0 { // Check that we get exactly the message sends we expect, and no more. // -// CHECK: define void @f0 +// CHECK-LABEL: define void @f0 void f0(C0 *a) { // CHECK: objc_msgSend int l0 = (a.x0 = 1); |