projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06dfe2
)
Eradicate tabs
author
Marshall Clow
<mclow.lists@gmail.com>
Tue, 13 Aug 2013 22:22:40 +0000
(22:22 +0000)
committer
Marshall Clow
<mclow.lists@gmail.com>
Tue, 13 Aug 2013 22:22:40 +0000
(22:22 +0000)
llvm-svn: 188322
libcxx/test/strings/string.conversions/stol.pass.cpp
patch
|
blob
|
history
libcxx/test/strings/string.conversions/stoul.pass.cpp
patch
|
blob
|
history
libcxx/test/strings/string.conversions/stoull.pass.cpp
patch
|
blob
|
history
diff --git
a/libcxx/test/strings/string.conversions/stol.pass.cpp
b/libcxx/test/strings/string.conversions/stol.pass.cpp
index bcc5c72fd27f6e88c5c7536712424db9957613b3..0338ef18f45606023111b014e49ab488cb469c63 100644
(file)
--- a/
libcxx/test/strings/string.conversions/stol.pass.cpp
+++ b/
libcxx/test/strings/string.conversions/stol.pass.cpp
@@
-86,7
+86,7
@@
int main()
{
assert(idx == 0);
}
-//
LWG issue #2009
+// LWG issue #2009
try
{
std::stol("9999999999999999999999999999999999999999999999999", &idx);
diff --git
a/libcxx/test/strings/string.conversions/stoul.pass.cpp
b/libcxx/test/strings/string.conversions/stoul.pass.cpp
index 41d11010783a8360fa94b0e824d9480066398c40..dd42b7e9b700639aa8ed007d1f2f9f2969536d4d 100644
(file)
--- a/
libcxx/test/strings/string.conversions/stoul.pass.cpp
+++ b/
libcxx/test/strings/string.conversions/stoul.pass.cpp
@@
-84,7
+84,7
@@
int main()
{
assert(idx == 0);
}
-//
LWG issue #2009
+// LWG issue #2009
try
{
std::stoul("9999999999999999999999999999999999999999999999999", &idx);
diff --git
a/libcxx/test/strings/string.conversions/stoull.pass.cpp
b/libcxx/test/strings/string.conversions/stoull.pass.cpp
index 760c087234cc904f38d70df1ae0a8ddf7c60a178..19df70653c7a10776d9a65fcac40ae30fc193f9a 100644
(file)
--- a/
libcxx/test/strings/string.conversions/stoull.pass.cpp
+++ b/
libcxx/test/strings/string.conversions/stoull.pass.cpp
@@
-85,7
+85,7
@@
int main()
{
assert(idx == 0);
}
-//
LWG issue #2009
+// LWG issue #2009
try
{
std::stoull("9999999999999999999999999999999999999999999999999", &idx);