diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-08-18 15:39:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-08-18 15:39:22 (GMT) |
commit | f7ed7cac364eda1504addad300c82d6e836b680a (patch) | |
tree | fd857ffdc7a5ff6e601a3845a5594be08bf30562 | |
parent | 72ad9fdedd7702cf4ae5cdb1a7054d01398fcc1b (diff) | |
download | tk-f7ed7cac364eda1504addad300c82d6e836b680a.zip tk-f7ed7cac364eda1504addad300c82d6e836b680a.tar.gz tk-f7ed7cac364eda1504addad300c82d6e836b680a.tar.bz2 |
whitespace fix
-rw-r--r-- | tests/entry.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/entry.test b/tests/entry.test index 3d10e72..74dd7eb 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: entry.test,v 1.20 2006/05/29 21:53:16 hobbs Exp $ +# RCS: @(#) $Id: entry.test,v 1.21 2007/08/18 15:39:22 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -673,7 +673,7 @@ test entry-5.11 {ConfigureEntry procedure} { pack [entry .e -font {{open look glyph}}] .e scan dragto 30 update -} {} +} {} # No tests for DisplayEntry. |