summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/inline.c')
-rw-r--r--clang/test/InterfaceStubs/inline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/InterfaceStubs/inline.c b/clang/test/InterfaceStubs/inline.c
index 6f0cb519ca4..b724f1e6583 100644
--- a/clang/test/InterfaceStubs/inline.c
+++ b/clang/test/InterfaceStubs/inline.c
@@ -56,8 +56,8 @@ INLINE int foo() {
// RUN: -c -std=gnu89 -xc %s | llvm-nm - 2>&1 | \
// RUN: FileCheck -check-prefix=CHECK-SYMBOLS %s
-// CHECK-TAPI-DAG: "foo" : { Type: Func }
-// CHECK-TAPI-DAG: "foo.var" : { Type: Object, Size: 4 }
+// CHECK-TAPI-DAG: foo" : { Type: Func }
+// CHECK-TAPI-DAG: foo.var" : { Type: Object, Size: 4 }
// CHECK-SYMBOLS-DAG: foo
// CHECK-SYMBOLS-DAG: foo.var
#include "inline.h"
OpenPOWER on IntegriCloud