Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
objectification of MC simcall achieved -- many tests still failing
[simgrid.git] / teshsuite / mc / random-bug / random-bug.cpp
index 167f621..b7579b5 100644 (file)
@@ -19,6 +19,7 @@ static void app()
 {
   int x = MC_random(0, 5);
   int y = MC_random(0, 5);
+  // XBT_INFO("got %d %d",x,y);
 
   if (behavior == Behavior::ASSERT) {
     MC_assert(x != 3 || y != 4);