summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/director_frob_runme.m
blob: ecb05132f6668046757cee58943e5c650fafc986 (plain)
1
2
3
4
5
6
7
foo = director_frob.Bravo();
s = foo.abs_method();

if (~strcmp(s,'Bravo::abs_method()'))
  error(s)
end