| Index: runtime/vm/snapshot_test.cc
|
| diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
|
| index c6d612f55d2192ceb52a18ce503645dc16e68498..db655025eaa3f3313213c38a6599e3d4686b4bc3 100644
|
| --- a/runtime/vm/snapshot_test.cc
|
| +++ b/runtime/vm/snapshot_test.cc
|
| @@ -911,11 +911,6 @@ UNIT_TEST_CASE(FullSnapshot) {
|
| " static const int smi_sfld = 10;\n"
|
| " static const int bigint_sfld = 0xfffffffffff;\n"
|
| "}\n"
|
| - "class Expect {\n"
|
| - " static void equals(x, y) {\n"
|
| - " if (x != y) throw new RuntimeError('not equal');\n"
|
| - " }\n"
|
| - "}\n"
|
| "class FieldsTest {\n"
|
| " static Fields testMain() {\n"
|
| " Expect.equals(true, Fields.bigint_sfld == 0xfffffffffff);\n"
|
|
|