Chromium Code Reviews| Index: runtime/vm/unit_test.cc |
| =================================================================== |
| --- runtime/vm/unit_test.cc (revision 40060) |
| +++ runtime/vm/unit_test.cc (working copy) |
| @@ -165,6 +165,11 @@ |
| } |
| +char* TestCase::BigintToHexValue(Dart_CObject* bigint) { |
| + return bin::CObject::BigintToHexValue(bigint); |
| +} |
| + |
| + |
| void AssemblerTest::Assemble() { |
| const String& function_name = String::ZoneHandle(Symbols::New(name_)); |
| const Class& cls = Class::ZoneHandle( |