summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
index 0327652d82d..31824d238ea 100644
--- a/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
+++ b/TAO/tests/Nested_Upcall_Crash/Nested_Upcall_Crash.mpc
@@ -10,7 +10,7 @@ project(*idl): taoidldefaults {
project(*Server): taoserver, messaging {
after += *idl
- specific(bmake, borland, nmake, em3, vc6, vc71, vc8) {
+ specific(bmake, borland, nmake, em3, vc6, vc71, vc8, vc9) {
// Use a roughly 16MB stack to avoid stack overflow in this test
StackReserveSize = 16000000
}