diff options
Diffstat (limited to 'test/win32heap.test')
-rw-r--r-- | test/win32heap.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/win32heap.test b/test/win32heap.test index 82a3f6b66..b62126b77 100644 --- a/test/win32heap.test +++ b/test/win32heap.test @@ -12,7 +12,7 @@ # focus of this script is the Win32 heap implementation. # -if {$tcl_platform(platform)!="windows"} return +if {$tcl_platform(platform) ne "windows"} return set testdir [file dirname $argv0] source $testdir/tester.tcl |