Browse Source

* Uncommented some extra tests

git-svn-id: trunk@19664 -
michael 13 years ago
parent
commit
ce1133febb
1 changed files with 3 additions and 4 deletions
  1. 3 4
      packages/fcl-passrc/examples/testunit1.pp

+ 3 - 4
packages/fcl-passrc/examples/testunit1.pp

@@ -12,7 +12,7 @@ interface
  uses 
   SysUtils,Classes;
 
-(*
+
 resourcestring
  SParserErrorAtToken = 'parser error at token';
  
@@ -26,7 +26,6 @@ resourcestring
   ARecordConst: TMethod=(Code:nil;Data:nil);
   ASetConst=[true,false];
   ADeprecatedConst=1 deprecated;
-*)
    
  Type
   TLineEndStr = string [3];
@@ -236,7 +235,7 @@ var
  Procedure externalnameProc; external name 'aname';
  Procedure externallibnameProc; external 'alibrary' name 'aname';
  Function  hi(q : QWord) : DWord;   [INTERNPROC: fpc_in_hi_qword];
-(*
+
  
 Type
  generic TFPGListEnumerator<T> = class(TObject)
@@ -246,7 +245,7 @@ Type
     function GetCurrent: T;
  end;                 
  TFPGListEnumeratorSpec = specialize TFPGListEnumerator<TPasFunctionType>; 
-*)
+
  
 Implementation