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