summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authordas <das>2006-08-24 07:12:47 (GMT)
committerdas <das>2006-08-24 07:12:47 (GMT)
commit19fcbcae90c81e4b77399f68d9f7e7ba0df28df3 (patch)
treebff7989f01de01a59d5f0cdc70fa3dda95e3dd85 /macosx/Tcl.xcodeproj/project.pbxproj
parente74b8175c254f3f4059cd72f1212edbf8c8e6187 (diff)
downloadtcl-19fcbcae90c81e4b77399f68d9f7e7ba0df28df3.zip
tcl-19fcbcae90c81e4b77399f68d9f7e7ba0df28df3.tar.gz
tcl-19fcbcae90c81e4b77399f68d9f7e7ba0df28df3.tar.bz2
removed now no longer needed '-constraints newExprParser' arg to tcltest
Diffstat (limited to 'macosx/Tcl.xcodeproj/project.pbxproj')
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj8
1 files changed, 4 insertions, 4 deletions
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";
};