Browse Source

Fixing pre-processing flags

Sebastien Ros 11 years ago
parent
commit
94c1993f94
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Jint.Tests.Ecma/Ecma/15.1.3.1.cs
  2. 1 1
      Jint.Tests.Ecma/Ecma/15.1.3.2.cs

+ 1 - 1
Jint.Tests.Ecma/Ecma/15.1.3.1.cs

@@ -3,7 +3,7 @@ using Xunit;
 namespace Jint.Tests.Ecma
 namespace Jint.Tests.Ecma
 {
 {
 
 
-#if RELEASE
+#if !DEBUG
     // Ignore in DEBUG to prevent too long running test
     // Ignore in DEBUG to prevent too long running test
     [Trait("Category", "Pass")]
     [Trait("Category", "Pass")]
 #endif
 #endif

+ 1 - 1
Jint.Tests.Ecma/Ecma/15.1.3.2.cs

@@ -3,7 +3,7 @@ using Xunit;
 namespace Jint.Tests.Ecma
 namespace Jint.Tests.Ecma
 {
 {
 
 
-#if RELEASE
+#if! RELEASE
     // Ignore in DEBUG to prevent too long running test
     // Ignore in DEBUG to prevent too long running test
     [Trait("Category", "Pass")]
     [Trait("Category", "Pass")]
 #endif
 #endif