Skip to content

Commit e253d07

Browse files
committed
Add eof.
1 parent 07475f1 commit e253d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/SemaCXX/source_location.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,12 +1021,12 @@ struct X{
10211021
};
10221022
static_assert(X{}.foo() == __LINE__);
10231023
static_assert(X{}.
1024-
foo() ==__LINE__);
1024+
foo() == __LINE__);
10251025
static_assert(X{}.
10261026

10271027

1028-
foo() ==__LINE__);
1028+
foo() == __LINE__);
10291029
#line 10000
10301030
static_assert(X{}.
10311031
foo() == 10001);
1032-
}
1032+
}

0 commit comments

Comments
 (0)