| Index: mojo/edk/system/options_validation_unittest.cc
|
| diff --git a/mojo/edk/system/options_validation_unittest.cc b/mojo/edk/system/options_validation_unittest.cc
|
| index 89c4e6052dc419e247a4d749ab2e841e1a04ab2c..298355cfcfca2360b3493246994661f8cc235845 100644
|
| --- a/mojo/edk/system/options_validation_unittest.cc
|
| +++ b/mojo/edk/system/options_validation_unittest.cc
|
| @@ -16,7 +16,7 @@ namespace {
|
|
|
| // Declare a test options struct just as we do in actual public headers.
|
|
|
| -typedef uint32_t TestOptionsFlags;
|
| +using TestOptionsFlags = uint32_t;
|
|
|
| static_assert(MOJO_ALIGNOF(int64_t) == 8, "int64_t has weird alignment");
|
| struct MOJO_ALIGNAS(8) TestOptions {
|
|
|