X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ee0e9491408f6eef33bdd6b729e45d483ba2e859..b54403a768353ed64e0b4f4b5afcc89933f585f4:/src/mc/explo/udpor/History_test.cpp diff --git a/src/mc/explo/udpor/History_test.cpp b/src/mc/explo/udpor/History_test.cpp index 0cbe87881a..55065a3e91 100644 --- a/src/mc/explo/udpor/History_test.cpp +++ b/src/mc/explo/udpor/History_test.cpp @@ -18,9 +18,12 @@ TEST_CASE("simgrid::mc::udpor::History: History generation") // | \ \ / / // e3 e4 e5 e7 UnfoldingEvent e1; - UnfoldingEvent e2{&e1}, e6{&e1}; - UnfoldingEvent e3{&e2}, e4{&e2}; - UnfoldingEvent e5{&e2, &e6}, e7{&e6}; + UnfoldingEvent e2{&e1}; + UnfoldingEvent e6{&e1}; + UnfoldingEvent e3{&e2}; + UnfoldingEvent e4{&e2}; + UnfoldingEvent e5{&e2, &e6}; + UnfoldingEvent e7{&e6}; SECTION("History with no events") {