Chromium Code Reviews| Index: runtime/vm/bigint_operations_test.cc |
| =================================================================== |
| --- runtime/vm/bigint_operations_test.cc (revision 30187) |
| +++ runtime/vm/bigint_operations_test.cc (working copy) |
| @@ -978,7 +978,7 @@ |
| const char* str_shifted = BigintOperations::ToHexCString(shifted, |
| &ZoneAllocator); |
| if (strcmp(result, str_shifted)) { |
| - WARN2("%s >> %d", a, amount); |
| + FAIL2("%s >> %d", a, amount); |
| } |
| EXPECT_STREQ(result, str_shifted); |
| } |