Fixed compile errors

X-SVN-Rev: 836
This commit is contained in:
John Fitzpatrick 2000-02-26 00:47:20 +00:00
parent 18b45a378b
commit 6c1674a023

View File

@ -62,7 +62,7 @@ public class TestAll extends TestFmwk {
run(new com.ibm.test.translit.TransliteratorTest()); run(new com.ibm.test.translit.TransliteratorTest());
} }
private void run(TestFmwk test) { private void run(TestFmwk test) throws Exception {
test.setParent(this); test.setParent(this);
test.run(new String[0]); test.run(new String[0]);
} }