소스 검색

* added {$mode objfpc} to fix test

git-svn-id: trunk@16212 -
Jonas Maebe 14 년 전
부모
커밋
1cea4ec221
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/test/tbsx1.pp

+ 2 - 0
tests/test/tbsx1.pp

@@ -1,3 +1,5 @@
+{$mode objfpc}
+
 program testbitscan;
 
 function test_byte: boolean;