mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 05:21:20 -08:00
fix typo in embedding test (cxx)
This commit is contained in:
parent
0a0f71cce1
commit
3f490266ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue