diff options
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs')
-rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs deleted file mode 100644 index a2d49b18..00000000 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/BadInput/BundleVariable.wxs +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
3 | <Fragment> | ||
4 | <Variable Name="BadType" Type="doesnotexist" Value="dne" /> | ||
5 | </Fragment> | ||
6 | </Wix> | ||