View | Details | Raw Unified | Return to bug 1397
Collapse All | Expand All

(-)a/src/core/test/threaded-test-suite.cc (+2 lines)
 Lines 232-238    Link Here 
232
    : TestSuite ("threaded-simulator")
232
    : TestSuite ("threaded-simulator")
233
  {
233
  {
234
    std::string simulatorTypes[] = {
234
    std::string simulatorTypes[] = {
235
#ifdef HAVE_RT
235
      "ns3::RealtimeSimulatorImpl",
236
      "ns3::RealtimeSimulatorImpl",
237
#endif /* HAVE_RT */
236
      "ns3::DefaultSimulatorImpl"
238
      "ns3::DefaultSimulatorImpl"
237
    };
239
    };
238
    std::string schedulerTypes[] = {
240
    std::string schedulerTypes[] = {

Return to bug 1397