mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
leb128 test: naming consistency
Change-Id: Ib37433110781d87f8736c82d4b8249d580b5a1dd
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace ntimpl {
|
||||
|
||||
TEST(LEB128Test, WriteULEB128) {
|
||||
TEST(LEB128Test, WriteUleb128) {
|
||||
#define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \
|
||||
do { \
|
||||
llvm::StringRef expected(EXPECTED, sizeof(EXPECTED)-1); \
|
||||
|
||||
Reference in New Issue
Block a user