diff options
Diffstat (limited to 'opendc-core/src/test')
| -rw-r--r-- | opendc-core/src/test/kotlin/nl/atlarge/opendc/SmokeTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc-core/src/test/kotlin/nl/atlarge/opendc/SmokeTest.kt b/opendc-core/src/test/kotlin/nl/atlarge/opendc/SmokeTest.kt index f18e62bd..3af0f8f3 100644 --- a/opendc-core/src/test/kotlin/nl/atlarge/opendc/SmokeTest.kt +++ b/opendc-core/src/test/kotlin/nl/atlarge/opendc/SmokeTest.kt @@ -24,7 +24,7 @@ package nl.atlarge.opendc -import nl.atlarge.opendc.kernel.Simulator +import nl.atlarge.opendc.kernel.DefaultSimulator import nl.atlarge.opendc.topology.AdjacencyListTopologyBuilder import nl.atlarge.opendc.topology.container.Rack import nl.atlarge.opendc.topology.machine.Cpu @@ -51,7 +51,7 @@ internal class SmokeTest { } } - val simulator = Simulator(topology) + val simulator = DefaultSimulator(topology) while (simulator.hasNext()) { simulator.next() } |
