diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-26 17:45:54 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-26 17:45:54 +0000 |
commit | a0014b6249a82978a183cc20b158abe6927e92cc (patch) | |
tree | f911ec56ed706f323e8c585d86a03bf03fcadf5a /TAO/tests/Param_Test/run_test.pl | |
parent | 56f576b44f2958a99ea0a4bd2df3ccb6ef818d12 (diff) | |
download | ATCD-a0014b6249a82978a183cc20b158abe6927e92cc.tar.gz |
ChangeLogTag:Fri Feb 26 11:35:51 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/run_test.pl')
-rwxr-xr-x | TAO/tests/Param_Test/run_test.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/run_test.pl b/TAO/tests/Param_Test/run_test.pl index 45b380d620c..f34f1921f7d 100755 --- a/TAO/tests/Param_Test/run_test.pl +++ b/TAO/tests/Param_Test/run_test.pl @@ -99,7 +99,8 @@ for ($i = 0; $i <= $#ARGV; $i++) "any_sequence", "ub_short_sequence", "ub_long_sequence", "bd_short_sequence", "bd_long_sequence", - "fixed_array", "var_array", "typecode", "exception"); + "fixed_array", "var_array", "typecode", "exception", + "big_union"); if ($type ne "") { |