Skip to content

Commit 3864ab2

Browse files
committed
fix test
1 parent db000cf commit 3864ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/avr/argument.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct s8_t {
120120
};
121121

122122
// AVR: define {{.*}} i8 @foob(i8 {{.*}})
123-
// TINY define {{.*}} i8 @foob(i8 {{.*}})
123+
// TINY: define {{.*}} i8 @foob(i8 {{.*}})
124124
char foob(struct s8_t a) {
125125
return a.a + 1;
126126
}

0 commit comments

Comments
 (0)