From 0f0fa2f3bf9cdbe94beb512e0a26356e84559b6c Mon Sep 17 00:00:00 2001 From: Katie Mummah Date: Wed, 17 Jan 2024 10:51:10 -0700 Subject: [PATCH] default test submits NULL values --- tests/toolkit/matl_buy_policy_tests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/toolkit/matl_buy_policy_tests.cc b/tests/toolkit/matl_buy_policy_tests.cc index f18cb42f02..70e758f13e 100644 --- a/tests/toolkit/matl_buy_policy_tests.cc +++ b/tests/toolkit/matl_buy_policy_tests.cc @@ -193,7 +193,7 @@ TEST_F(MatlBuyPolicyTests, DefaultFixedActiveDormant) { int dur = 2; double throughput = 1; - boost::shared_ptr a_d_dist = boost::shared_ptr(NULL); + boost::shared_ptr a_d_dist = NULL; cyclus::MockSim sim(dur); cyclus::Agent* a = new TestFacility(sim.context());