Commit 3266e457 authored by Pontus Melke's avatar Pontus Melke
Browse files

Make windows safe in test

parent 838953a4
Showing with 2 additions and 1 deletion
+2 -1
......@@ -22,10 +22,11 @@ package org.neo4j.cypher.internal.compatibility.v3_3.runtime
import org.neo4j.cypher.internal.compatibility.v3_3.runtime.ast.ReferenceFromSlot
import org.neo4j.cypher.internal.compatibility.v3_3.runtime.planDescription.InternalPlanDescription.Arguments.{DbHits, EstimatedRows, Expression, Rows}
import org.neo4j.cypher.internal.compatibility.v3_3.runtime.planDescription.{NoChildren, PlanDescriptionImpl, renderAsTreeTable}
import org.neo4j.cypher.internal.frontend.v3_3.test_helpers.CypherFunSuite
import org.neo4j.cypher.internal.frontend.v3_3.test_helpers.{CypherFunSuite, WindowsStringSafe}
import org.neo4j.cypher.internal.v3_3.logical.plans.LogicalPlanId
class ExecutionPlanDescriptionTest extends CypherFunSuite {
implicit val windowsSafe = WindowsStringSafe
test("use variable name instead of ReferenceFromSlot") {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment