소스 검색

* Fixed lineinfo for Android.

git-svn-id: branches/targetandroid@23235 -
yury 12 년 전
부모
커밋
fefaef34db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)