diff options
Diffstat (limited to 'clang/test/CodeGenObjC/local-static-block.m')
-rw-r--r-- | clang/test/CodeGenObjC/local-static-block.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/local-static-block.m b/clang/test/CodeGenObjC/local-static-block.m index b5b4534b8e4..b55cc6af4d6 100644 --- a/clang/test/CodeGenObjC/local-static-block.m +++ b/clang/test/CodeGenObjC/local-static-block.m @@ -53,5 +53,5 @@ void FUNC1() } // CHECK-LP64: @ArrayRecurs = internal global // CHECK-LP64: @FUNC.ArrayRecurs = internal global -// CHECK-LP64: @FUNC.ArrayRecurs3 = internal global +// CHECK-LP64: @FUNC.ArrayRecurs.3 = internal global // CHECK-LP64: @FUNC1.ArrayRecurs = internal global |