Browse Source

* casing fixed

git-svn-id: trunk@41428 -
florian 6 years ago
parent
commit
38a7f7c975
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/bench/bansi1.inc

+ 2 - 2
tests/bench/bansi1.inc

@@ -11,8 +11,8 @@ uses
 {$if defined(UNIX) and defined(THREAD)}
 {$if defined(UNIX) and defined(THREAD)}
    cthreads,
    cthreads,
 {$ifend}
 {$ifend}
-   sysutils,
-   classes;
+   SysUtils,
+   Classes;
 
 
 const
 const
   BenchCount = 1;
   BenchCount = 1;