This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
CPP: Small changes for consistency.
pull/567/head
Philip Liard
15 years ago
committed by
Mihaela Rosca
parent
fd92b2a851
commit
c16c3f99d2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cpp/src/phonenumberutil_test.cc
+1
-1
cpp/src/stringutil.h
+ 1
- 1
cpp/src/phonenumberutil_test.cc
View File
@ -215,7 +215,7 @@ TEST_F(PhoneNumberUtilTest, GetSupportedRegions) {
set
<
string
>
regions
;
GetSupportedRegions
(
&
regions
)
;
EXPECT_GT
(
regions
.
size
(
)
,
0
)
;
EXPECT_GT
(
regions
.
size
(
)
,
0
U
)
;
}
TEST_F
(
PhoneNumberUtilTest
,
GetInstanceLoadUSMetadata
)
{
+ 1
- 1
cpp/src/stringutil.h
View File
@ -20,7 +20,7 @@
#
include
<cstddef>
#
include
<string>
#
include
<base/basictypes.h>
#
include
"base/basictypes.h"
namespace
i18n
{
namespace
phonenumbers
{
Write
Preview
Loading…
Cancel
Save