From 19fcbcae90c81e4b77399f68d9f7e7ba0df28df3 Mon Sep 17 00:00:00 2001 From: das Date: Thu, 24 Aug 2006 07:12:47 +0000 Subject: removed now no longer needed '-constraints newExprParser' arg to tcltest --- macosx/Tcl.xcodeproj/default.pbxuser | 2 -- macosx/Tcl.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/macosx/Tcl.xcodeproj/default.pbxuser b/macosx/Tcl.xcodeproj/default.pbxuser index 5444995..4a2e8aa 100644 --- a/macosx/Tcl.xcodeproj/default.pbxuser +++ b/macosx/Tcl.xcodeproj/default.pbxuser @@ -30,12 +30,10 @@ NO, NO, NO, - NO, ); argumentStrings = ( "${SRCROOT}/../../tcl/tests/all.tcl", "-singleproc 1", - "-constraints newExprParser", "-verbose \"bet\"", ); autoAttachOnCrash = 1; diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj index 0028aa5..563ed90 100644 --- a/macosx/Tcl.xcodeproj/project.pbxproj +++ b/macosx/Tcl.xcodeproj/project.pbxproj @@ -2391,7 +2391,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2401,7 +2401,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2411,7 +2411,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; @@ -2421,7 +2421,7 @@ isa = XCBuildConfiguration; buildSettings = { PRODUCT_NAME = tests; - TCLTEST_OPTIONS = "-constraints newExprParser -verbose bet"; + TCLTEST_OPTIONS = "-verbose bet"; TCL_LIBRARY = "${SRCROOT}/../../tcl/library"; TEST_RIG = "$(OBJROOT)/$(CONFIGURATION)/tcltest"; }; -- cgit v0.12