diff --git a/harbour/tests/broken/strip.txt b/harbour/tests/broken/strip.txt index b671eb470a..502871b2e0 100644 --- a/harbour/tests/broken/strip.txt +++ b/harbour/tests/broken/strip.txt @@ -2,6 +2,7 @@ There are two strip files here : #1 : strip.prg This one is broken #2 : strip2.prg This one works +#3 : strip3.prg Broken as well You'll need to the latest FILES.C for this + my harbour.y patch. @@ -9,8 +10,11 @@ The first one uses the TClass(). The second one uses the Class functions. +The third one uses the TClass() but store ClassH in the static. + The STATIC which is used, is removed (set to NIL) once you are done. + Good luck Eddie