Update all bug URL's to point to https://bugs.llvm.org/...
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@295434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
// basic_istream<charT,traits>&
|
||||
// ignore(streamsize n = 1, int_type delim = traits::eof());
|
||||
|
||||
// http://llvm.org/bugs/show_bug.cgi?id=16427
|
||||
// https://bugs.llvm.org/show_bug.cgi?id=16427
|
||||
|
||||
#include <sstream>
|
||||
#include <cassert>
|
||||
|
||||
@@ -56,7 +56,7 @@ int main()
|
||||
assert(seekpos_called == 2);
|
||||
assert(os.fail());
|
||||
}
|
||||
{ // See https://llvm.org/bugs/show_bug.cgi?id=21361
|
||||
{ // See https://bugs.llvm.org/show_bug.cgi?id=21361
|
||||
seekpos_called = 0;
|
||||
testbuf<char> sb;
|
||||
std::ostream os(&sb);
|
||||
|
||||
@@ -58,7 +58,7 @@ int main()
|
||||
assert(seekoff_called == 2);
|
||||
assert(os.fail());
|
||||
}
|
||||
{ // See https://llvm.org/bugs/show_bug.cgi?id=21361
|
||||
{ // See https://bugs.llvm.org/show_bug.cgi?id=21361
|
||||
seekoff_called = 0;
|
||||
testbuf<char> sb;
|
||||
std::ostream os(&sb);
|
||||
|
||||
Reference in New Issue
Block a user