Changeset 76
- Timestamp:
- 01/31/07 22:16:21 (2 years ago)
- Files:
-
- lex/trunk/test/com/qwirx/lex/CrashEmdros.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/test/com/qwirx/lex/CrashEmdros.java
r41 r76 66 66 67 67 public void testCrashWithGetStringOnFeature() 68 throws Exception 68 69 { 69 70 System.load("/usr/local/lib/emdros/libjemdros.so"); … … 86 87 } 87 88 88 public static void main(String[] args) 89 public static void main(String[] args) throws Exception 89 90 { 90 91 // junit.textui.TestRunner.run(CrashEmdros.class);
