Skip to content

Commit 6a56f15

Browse files
committed
[clang][bytecode][NFC] Fix a commented-out test
1 parent daf2085 commit 6a56f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/ByteCode/cxx20.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ namespace ThreeWayCmp {
641641
constexpr const int *pa2 = &a[2];
642642
constexpr const int *pb1 = &b[1];
643643
static_assert(pa1 <=> pb1 != 0, ""); // both-error {{not an integral constant expression}} \
644-
// both-note {{has unspecified value}} \
644+
// both-note {{has unspecified value}}
645645
static_assert(pa1 <=> pa1 == 0, "");
646646
static_assert(pa1 <=> pa2 == -1, "");
647647
static_assert(pa2 <=> pa1 == 1, "");

0 commit comments

Comments
 (0)