diff mbox series

Fix testsuire error message

Message ID 1e8b1cb3-0586-bce9-6ef6-4b7dba3d6831@acm.org
State New
Headers show
Series Fix testsuire error message | expand

Commit Message

Nathan Sidwell Nov. 3, 2017, 2:17 p.m. UTC
Someone noticed I'd not updated the error message when cloneing 
scan-tree-dump into scan-lang-dump.

Fixed thusly and applied

nathan
diff mbox series

Patch

2017-11-03  Nathan Sidwell  <nathan@acm.org>

	* lib/scanlang.exp: Fix error message to refer to scan-lang-dump.

Index: lib/scanlang.exp
===================================================================
--- lib/scanlang.exp	(revision 254349)
+++ lib/scanlang.exp	(working copy)
@@ -28,11 +28,11 @@  load_lib scandump.exp
 proc scan-lang-dump { args } {
 
     if { [llength $args] < 2 } {
-	error "scan-tree-dump: too few arguments"
+	error "scan-lang-dump: too few arguments"
 	return
     }
     if { [llength $args] > 3 } {
-	error "scan-tree-dump: too many arguments"
+	error "scan-lang-dump: too many arguments"
 	return
     }
     if { [llength $args] >= 3 } {