From 1ea210cbe210ea94e92bc9b432b3f5c78b1e48bb Mon Sep 17 00:00:00 2001
From: Pavel Jbanov <pavelgj@gmail.com>
Date: Mon, 10 Mar 2014 13:00:42 -0400
Subject: [PATCH] chore(test): fixes template cache generator test asset

Closes #696
---
 test/io/test_files/templates/partial.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/io/test_files/templates/partial.dart b/test/io/test_files/templates/partial.dart
index 0c3e1f05f..6ab9f0cfe 100644
--- a/test/io/test_files/templates/partial.dart
+++ b/test/io/test_files/templates/partial.dart
@@ -1,4 +1,4 @@
-part of 'main.dart';
+part of test_files.main;
 
 @NgComponent(
     selector: 'my-component',