fix typo in embedding test (cxx)

This commit is contained in:
Daniel Kochmański 2016-12-07 18:45:23 +01:00
parent 0a0f71cce1
commit 3f490266ae

View file

@ -94,7 +94,7 @@ main ( const int argc, const char * const argv [] )
int result = 1;
cl_env_ptr const environment = ecl_process_env ();
const cl_object const conditions =
const cl_object conditions =
ecl_list1 ( ecl_make_symbol ( \"DIVISION-BY-ZERO\", \"CL\" ) );
ECL_HANDLER_CASE_BEGIN ( environment, conditions ) {