one_path_with_wrong_signature_lookup_1.fcl
Go to the documentation of this file.
1 test_properties: {
2  # Product can come from input source.
3  graph_failure_expected: false
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: { produces: [["int", "" ]] }
11  p2: { consumes: [["double", "p1"]] }
12  }
13  filters: {
14  f1: {}
15  f2: {}
16  }
17  path: [p1, f1, p2, f2]
18 }