[libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@310156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -95,7 +95,7 @@ int main()
|
||||
assert((*i2).position() == 0);
|
||||
assert((*i2).str() == "555-1234");
|
||||
}
|
||||
{ // http://llvm.org/PR33681
|
||||
{ // https://bugs.llvm.org/show_bug.cgi?id=33681
|
||||
std::regex rex(".*");
|
||||
const char foo[] = "foo";
|
||||
// The -1 is because we don't want the implicit null from the array.
|
||||
|
||||
Reference in New Issue
Block a user