From 359ced3833492c671fc932a476cdfdd649ea769a Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 11 Aug 2017 11:46:11 -0400 Subject: [PATCH] rm unused test template in template intg tests introduced in 501fc7a248c4ad09c2593a200b3fbbdff0e48c70 based on my patch. --- .../targets/template/templates/import_as_with_context.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/integration/targets/template/templates/import_as_with_context.js diff --git a/test/integration/targets/template/templates/import_as_with_context.js b/test/integration/targets/template/templates/import_as_with_context.js deleted file mode 100644 index 3dd806a35b4..00000000000 --- a/test/integration/targets/template/templates/import_as_with_context.js +++ /dev/null @@ -1,3 +0,0 @@ -{% import 'qux' as qux with context %} -hello world as qux with context -{{ qux.wibble }}