Chromium Code Reviews| Index: runtime/vm/cpu_test.cc |
| =================================================================== |
| --- runtime/vm/cpu_test.cc (revision 17318) |
| +++ runtime/vm/cpu_test.cc (working copy) |
| @@ -16,6 +16,8 @@ |
| EXPECT_STREQ("x64", CPU::Id()); |
| #elif defined(TARGET_ARCH_ARM) |
| EXPECT_STREQ("arm", CPU::Id()); |
| +#elif defined(TARGET_ARCH_MIPS) |
| + EXPECT_STREQ("mips", CPU::Id()); |
| #else |
| #error Architecture was not detected as supported by Dart. |
| #endif |