Skip to content

Commit

Permalink
[clang][NFC] Adjust expected directives in DR tests further
Browse files Browse the repository at this point in the history
This is a follow-up to 96070e1, where long long case was hidden by a different error.

Addresses bot failures:
https://lab.llvm.org/buildbot/#/builders/123/builds/23355
  • Loading branch information
Endilll committed Dec 3, 2023
1 parent f376a3b commit 19bef88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CXX/drs/dr2xx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ namespace dr299 { // dr299: 2.8 c++11
// cxx98-11-error@#dr299-q {{ambiguous conversion of array size expression of type 'T' to an integral or enumeration type}}
// cxx98-11-note@#dr299-int {{conversion to integral type 'int' declared here}}
// cxx98-11-note@#dr299-ushort {{conversion to integral type 'unsigned short' declared here}}
// since-cxx14-error-re@#dr299-q {{{{conversion from 'T' to 'unsigned (long|int)' is ambiguous}}}}
// since-cxx14-error-re@#dr299-q {{{{conversion from 'T' to 'unsigned (long long|long|int)' is ambiguous}}}}
// since-cxx14-note@#dr299-int {{candidate function}}
// since-cxx14-note@#dr299-ushort {{candidate function}}
}

0 comments on commit 19bef88

Please sign in to comment.