Skip to content

Commit ff007ab

Browse files
authored
fixed test code
1 parent 4044dc6 commit ff007ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/AST/ASTImporterTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10203,7 +10203,7 @@ TEST_P(ASTImporterOptionSpecificTestBase,
1020310203
template <class A>
1020410204
struct X {
1020510205
template <class A1, A1>
10206-
friend struct foo1;
10206+
friend struct foo;
1020710207
};
1020810208
1020910209
X<int> x;

0 commit comments

Comments
 (0)