| Index: runtime/vm/snapshot_test.cc
|
| diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
|
| index 28435612111ca54981154a6dbd5f67ca05a4d66c..0c4ccaa5544a3926781ca12a14d2591996fbfe78 100644
|
| --- a/runtime/vm/snapshot_test.cc
|
| +++ b/runtime/vm/snapshot_test.cc
|
| @@ -1055,7 +1055,6 @@ TEST_CASE(SerializeScript) {
|
| }
|
|
|
|
|
| -#if 0
|
| UNIT_TEST_CASE(CanonicalizationInScriptSnapshots) {
|
| const char* kScriptChars =
|
| "\n"
|
| @@ -1166,7 +1165,6 @@ UNIT_TEST_CASE(CanonicalizationInScriptSnapshots) {
|
| free(script_snapshot);
|
| free(full_snapshot);
|
| }
|
| -#endif
|
|
|
|
|
| static void IterateScripts(const Library& lib) {
|
|
|