summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcodeproj
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
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')
-rw-r--r--macosx/Tcl.xcodeproj/default.pbxuser2
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj8
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";
};