Skip to content
Snippets Groups Projects
Commit a40df91b authored by Mike Stump's avatar Mike Stump
Browse files

Fix typo...

From-SVN: r114405
parent 1ee8df1c
No related merge requests found
...@@ -10,4 +10,4 @@ void foo(void) { ...@@ -10,4 +10,4 @@ void foo(void) {
Object *o; Object *o;
[o++ free]; [o++ free];
} }
/* { dg-final { scan-assembler-not "objc_msgSend" } } */ /* { dg-final { scan-assembler-not "L_objc_msgSend\\\$non_lazy_ptr" } } */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment