Procházet zdrojové kódy

* Fixed lineinfo for Android.

git-svn-id: branches/targetandroid@23235 -
yury před 12 roky
rodič
revize
fefaef34db
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      tests/test/units/sysutils/texec2.pp

+ 1 - 0
tests/test/units/sysutils/texec2.pp

@@ -18,6 +18,7 @@ begin
 
   if ExecuteProcess(cmd,cmdline)<>0 Then
     halt(1);
+  // cleanup
   // test illegal command
   try
     ExecuteProcess('afsdfdas',cmdline)