/test/language/unclassified/wmh/aux_wmh06.e
http://github.com/tybor/Liberty · Specman e · 25 lines · 19 code · 6 blank · 0 comment · 1 complexity · 454b9063b31525270d57cbb90ef2b321 MD5 · raw file
- class AUX_WMH06
- inherit
- DISPOSABLE
- create {ANY}
- make
- feature {}
- make
- do
- end
- feature {}
- dispose
- do
- dispose_count := dispose_count + 1
- if dispose_count > 1 then
- io.put_string("Error in TEST_WMH06.%N")
- end
- end
- dispose_count: INTEGER
- end -- class AUX_WMH06