diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs b/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs index f1874743..17a669ef 100644 --- a/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs +++ b/src/test/WixToolsetTest.BuildTasks/MsbuildFixture.cs | |||
| @@ -44,7 +44,7 @@ namespace WixToolsetTest.BuildTasks | |||
| 44 | .ToArray(); | 44 | .ToArray(); |
| 45 | Assert.Equal(new[] | 45 | Assert.Equal(new[] |
| 46 | { | 46 | { |
| 47 | //@"bin\SimpleBundle.exe", | 47 | @"bin\SimpleBundle.exe", |
| 48 | @"bin\SimpleBundle.wixpdb", | 48 | @"bin\SimpleBundle.wixpdb", |
| 49 | }, paths); | 49 | }, paths); |
| 50 | } | 50 | } |
