diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-02-17 08:37:03 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-02-17 08:37:03 +0000 |
commit | 3c35491f02f79e71688ca4d2ca63c243e3e5b18c (patch) | |
tree | 8efdbba8b6ba41a4af3c408fad2a05be8aea41c2 /libcxx/test/std/re/re.traits | |
parent | cb17fbb00b295afacd0d71198e3c7a0594d06c7d (diff) | |
download | bcm5719-llvm-3c35491f02f79e71688ca4d2ca63c243e3e5b18c.tar.gz bcm5719-llvm-3c35491f02f79e71688ca4d2ca63c243e3e5b18c.zip |
Update all bug URL's to point to https://bugs.llvm.org/...
llvm-svn: 295434
Diffstat (limited to 'libcxx/test/std/re/re.traits')
-rw-r--r-- | libcxx/test/std/re/re.traits/lookup_classname.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/re/re.traits/lookup_classname.pass.cpp b/libcxx/test/std/re/re.traits/lookup_classname.pass.cpp index 4f7cf61ebf9..2215b9043d5 100644 --- a/libcxx/test/std/re/re.traits/lookup_classname.pass.cpp +++ b/libcxx/test/std/re/re.traits/lookup_classname.pass.cpp @@ -35,7 +35,7 @@ test(const char_type* A, int main() { // if __regex_word is not distinct from all the classes, bad things happen -// See https://llvm.org/bugs/show_bug.cgi?id=26476 for an example. +// See https://bugs.llvm.org/show_bug.cgi?id=26476 for an example. assert((std::ctype_base::space & std::regex_traits<char>::__regex_word) == 0); assert((std::ctype_base::print & std::regex_traits<char>::__regex_word) == 0); assert((std::ctype_base::cntrl & std::regex_traits<char>::__regex_word) == 0); |