mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Upgrade to LLVM 22.1.6 (#8919)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace {
|
||||
// Test fixture class
|
||||
class SmallStringTest : public testing::Test {
|
||||
protected:
|
||||
typedef SmallString<40> StringType;
|
||||
using StringType = SmallString<40>;
|
||||
|
||||
StringType theString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user