Skip to content

Commit 12b7248

Browse files
author
Maksim Volkau
committed
enable all output
1 parent e61547c commit 12b7248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FastExpressionCompiler/TestTools.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public static class TestTools
3838
static TestTools()
3939
{
4040
#if DEBUG
41-
// AllowPrintIL = true;
42-
// AllowPrintCS = true;
43-
// AllowPrintExpression = true;
41+
AllowPrintIL = true;
42+
AllowPrintCS = true;
43+
AllowPrintExpression = true;
4444
#endif
4545
}
4646

0 commit comments

Comments
 (0)