mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Silence compiler warning.
warning: comparison between signed and unsigned integer expressions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92359 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
13a754ce92
commit
4760467ff2
@ -249,7 +249,7 @@ TEST(StringRefTest, Count) {
|
||||
|
||||
TEST(StringRefTest, EditDistance) {
|
||||
StringRef Str("hello");
|
||||
EXPECT_EQ(2, Str.edit_distance("hill"));
|
||||
EXPECT_EQ(2U, Str.edit_distance("hill"));
|
||||
}
|
||||
|
||||
TEST(StringRefTest, Misc) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user