| Index: runtime/vm/snapshot_test.cc
 | 
| ===================================================================
 | 
| --- runtime/vm/snapshot_test.cc	(revision 35591)
 | 
| +++ runtime/vm/snapshot_test.cc	(working copy)
 | 
| @@ -834,9 +834,6 @@
 | 
|  };
 | 
|  
 | 
|  
 | 
| -// TODO(zra): Remove when tests are ready to enable.
 | 
| -#if !defined(TARGET_ARCH_ARM64)
 | 
| -
 | 
|  static void GenerateSourceAndCheck(const Script& script) {
 | 
|    // Check if we are able to generate the source from the token stream.
 | 
|    // Rescan this source and compare the token stream to see if they are
 | 
| @@ -2719,6 +2716,4 @@
 | 
|    Dart_ExitScope();
 | 
|  }
 | 
|  
 | 
| -#endif  // !defined(TARGET_ARCH_ARM64)
 | 
| -
 | 
|  }  // namespace dart
 | 
| 
 |