one_path_with_producers_and_self_circularity.fcl
Go to the documentation of this file.
1 test_properties: {
2  graph_failure_expected: true
3  error_message: "Module p1 on path tp depends on either itself or modules that follow it:(.|\\n)*Module p1 on path tp(.|\\n)*self circularity"
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: {
11  produces: [["int", ""]]
12  consumes: [["int", "p1::current_process"]]
13  }
14  p2: {}
15  p3: {}
16  }
17  tp: [p1, p2, p3]
18 }