summary refs log tree commit diff stats
path: root/tests/tprintf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tprintf.nim')
-rw-r--r--tests/tprintf.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tprintf.nim b/tests/tprintf.nim
index 65427d463..14687a937 100644
--- a/tests/tprintf.nim
+++ b/tests/tprintf.nim
@@ -1,6 +1,6 @@
 # Test a printf proc

 

-proc printf(file: TTextFile, args: openarray[string]) =

+proc printf(file: TFile, args: openarray[string]) =

   var i = 0

   while i < args.len:

     write(file, args[i])