Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/10/17 21:42:09 (7 years ago)
Author:
pkimmesw
Message:

#2665 Renamings due to typos, ManagedPool tests, Skip Noops in Debugger

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Tests/Interpreter/ExpressionTest.cs

    r14733 r14744  
    66
    77  public class ExpressionTest {
    8     protected PushGpInterpreter interpreter;
     8    protected PushInterpreter interpreter;
    99
    1010    protected PushConfiguration configuration = new PushConfiguration { TopLevelPushCode = false };
     
    1212    [TestInitialize]
    1313    public void BeforeTest() {
    14       this.interpreter = new PushGpInterpreter(configuration);
     14      this.interpreter = new PushInterpreter(configuration);
    1515    }
    1616
Note: See TracChangeset for help on using the changeset viewer.