Browse Source

Fixing duplicate fact attribute

Sebastien Ros 11 years ago
parent
commit
f2ca7d83db
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Jint.Tests.Ecma/Ecma/12.2.1.cs

+ 0 - 1
Jint.Tests.Ecma/Ecma/12.2.1.cs

@@ -104,7 +104,6 @@ namespace Jint.Tests.Ecma
 			RunTest(@"TestCases/ch12/12.2/12.2.1/12.2.1-2-s.js", false);
 			RunTest(@"TestCases/ch12/12.2/12.2.1/12.2.1-2-s.js", false);
         }
         }
 
 
-        [Fact]
         [Fact(Skip = "Indirect eval call also imply changes to the parser logic")]
         [Fact(Skip = "Indirect eval call also imply changes to the parser logic")]
         [Trait("Category", "12.2.1")]
         [Trait("Category", "12.2.1")]
         public void StrictModeAnIndirectEvalDeclaringAVarNamedArgumentsDoesNotThrow()
         public void StrictModeAnIndirectEvalDeclaringAVarNamedArgumentsDoesNotThrow()