[compute] 37/46: tested the wrong function.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Dec 21 18:28:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository compute.

commit aa85b207d3b10b158384c129065b339a9870ee4b
Author: Alex Olivas <olivas at icecube.umd.edu>
Date:   Wed Nov 18 18:04:24 2015 -0700

    tested the wrong function.
---
 test/test_program.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_program.cpp b/test/test_program.cpp
index 9240293..cbd82c7 100644
--- a/test/test_program.cpp
+++ b/test/test_program.cpp
@@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(program_source_no_file)
     // create program from a non-existant source file
     // and verifies it throws.
     BOOST_CHECK_THROW(boost::compute::program program =
-                      boost::compute::program::create_with_source
+                      boost::compute::program::create_with_source_file
                       (std::string(), context),
                       std::ios_base::failure);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/compute.git



More information about the debian-science-commits mailing list