diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 17:48:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-22 17:48:40 (GMT) |
commit | 49cd80a29d7bb4252a2ad031783314b98821a6ce (patch) | |
tree | da5cffc73d62ba6191c570a7e6aa2920ad579a6c /win/makefile.vc | |
parent | 49aba3d99eb7035ee260003ddc27728b26962d43 (diff) | |
download | tcl-49cd80a29d7bb4252a2ad031783314b98821a6ce.zip tcl-49cd80a29d7bb4252a2ad031783314b98821a6ce.tar.gz tcl-49cd80a29d7bb4252a2ad031783314b98821a6ce.tar.bz2 |
Fix "registry" test-cases. Thanks to Harald Oehlmann for spotting this!
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index ff31e96..337a894 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -385,7 +385,7 @@ test-core: setup $(TCLTEST) dlls $(CAT32) set TCL_LIBRARY=$(ROOT:\=/)/library
$(DEBUGGER) $(TCLTEST) "$(ROOT:\=/)/tests/all.tcl" $(TESTFLAGS) -loadfile <<
package ifneeded dde 1.4.0 [list load "$(TCLDDELIB:\=/)" dde]
- package ifneeded registry 1.3.2 [list load "$(TCLREGLIB:\=/)" registry]
+ package ifneeded registry 1.3.3 [list load "$(TCLREGLIB:\=/)" registry]
<<
runtest: setup $(TCLTEST) dlls $(CAT32)
|