mirror of https://github.com/swig/swig
Fix wallkw runtime test since D was added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12339 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
64852460a0
commit
93b030ec6a
|
@ -21,5 +21,7 @@ public class wallkw_runme {
|
|||
throw new RuntimeException("pass keyword fail");
|
||||
if (!wallkw._alias().equals("alias"))
|
||||
throw new RuntimeException("alias keyword fail");
|
||||
if (!wallkw.C_rescue().equals("rescue"))
|
||||
throw new RuntimeException("rescue keyword fail");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue