Fix linkage-errors test to not clobber its own linkage error

db4
Slava Pestov 2011-09-14 01:07:45 -07:00
parent 05f7419f2f
commit 72d3c6e791
1 changed files with 1 additions and 1 deletions
basis/compiler/tests

View File

@ -19,7 +19,7 @@ FUNCTION: void this_does_not_exist ( ) ;
\ this_does_not_exist linkage-errors get at error>>
! We don't care about the error message from dlerror, just
! wipe it out
f >>message
clone f >>message
] unit-test
<< "no_such_library" "no_such_library" cdecl add-library >>