- Timestamp:
- 05/10/17 11:23:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/Expressions/NameExpressionTests.cs
r14908 r14952 29 29 [TestCategory("NameExpressionTest")] 30 30 public void TestRand() { 31 interpreter.Configuration.ErcOptions.NameErcOptions.IsEnabled = true;31 configuration.ErcOptions.NameErcOptions.IsEnabled = true; 32 32 interpreter.Run(new NameRandExpression()); 33 33
Note: See TracChangeset
for help on using the changeset viewer.