Browse Source

Fixed a grammatical error.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/512/merge
Dimitar Dobrev 10 years ago
parent
commit
217e034ee9
  1. 2
      tests/CSharpTemp/CSharpTemp.Tests.cs

2
tests/CSharpTemp/CSharpTemp.Tests.cs

@ -15,7 +15,7 @@ public class CSharpTempTests : GeneratorTestFixture
} }
[Test] [Test]
public void TestIncompilableCode() public void TestUncompilableCode()
{ {
using (new ForceCreationOfInterface()) using (new ForceCreationOfInterface())
{ {

Loading…
Cancel
Save