Skip to content

Commit 2574080

Browse files
committed
Test minor fix.
1 parent 36cd62f commit 2574080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/call-graph-section.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class Cls1 {
1313
public:
1414
// FT-LABEL: define {{.*}} ptr @_ZN4Cls18receiverEPcPf(
15-
// FT: {{.*}} !type [[F_TCLS1RECEIVER:![0-9]+]]
15+
// FT-SAME: {{.*}} !type [[F_TCLS1RECEIVER:![0-9]+]]
1616
static int *receiver(char *a, float *b) { return 0; }
1717
};
1818

0 commit comments

Comments
 (0)