Skip to content

Commit

Permalink
Moved comment inside attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Nov 12, 2014
1 parent 8049946 commit 6a44607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/System.Numerics.Vectors/tests/Vector2Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ public void Vector2NormalizeTest()

// A test for Normalize (Vector2f)
// Normalize zero length vector
//[Fact(Skip="Build Machine Issue")]
// GitHub Issue #22
//[Fact(Skip="GitHub Issue #22")]
public void Vector2NormalizeTest1()
{
Vector2 a = new Vector2(); // no parameter, default to 0.0f
Expand Down
3 changes: 1 addition & 2 deletions src/System.Numerics.Vectors/tests/Vector4Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,7 @@ public void Vector4NormalizeTest1()

// A test for Normalize (Vector4f)
// Normalize vector of length zero
//[Fact(Skip="Build Machine Issue")]
// GitHub Issue #22
//[Fact(Skip="GitHub Issue #22")]
public void Vector4NormalizeTest2()
{
Vector4 a = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
Expand Down

0 comments on commit 6a44607

Please sign in to comment.