one_path_with_producers_and_a_current_process_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 p3 on path tp"
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: { consumes: [["int", "p3::current_process"]] }
11  p2: {}
12  p3: { produces: [["int", ""]] }
13  }
14  tp: [p1, p2, p3]
15 }