Skip to content

Commit

Permalink
Merge pull request #25060 from wddgit/fixDuplicateCfiThing
Browse files Browse the repository at this point in the history
Fix duplicate generated cfi name
  • Loading branch information
cmsbuild committed Nov 1, 2018
2 parents 2ca6719 + 260cad7 commit 28a2116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Integration/test/ThingWithMergeProducer.cc
Expand Up @@ -188,7 +188,7 @@ namespace edmtest {
desc.addUntracked<bool>("changeIsEqualValue", false);
desc.addUntracked<std::vector<std::string>>("labelsToGet", std::vector<std::string>());
desc.addUntracked<bool>("noPut", false);
descriptions.add("otherThingAnalyzer", desc);
descriptions.add("thingWithMergeProducer", desc);
}

}
Expand Down

0 comments on commit 28a2116

Please sign in to comment.