two_paths_with_producers_with_current_process_consumes.fcl
Go to the documentation of this file.
1 test_properties: {
2  graph_failure_expected: true
3  error_message: "Module p2 on path tp2 depends on(.|\\n)*Module p1 on path tp1"
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: { produces: [["int", ""]] }
11  p2: { consumes: [["int", "p1::current_process"]] }
12  }
13  tp1: [p1]
14  tp2: [p2]
15 }