From d8ec837e9de34c913cc0060d15f82884cdd51ba9 Mon Sep 17 00:00:00 2001 From: Pavel Jbanov Date: Mon, 10 Mar 2014 13:00:42 -0400 Subject: [PATCH] chore(test): fixes template cache generator test asset --- 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',