We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b534dbb commit 7cfc4ccCopy full SHA for 7cfc4cc
1 file changed
SimpleBaseLib.Tests/src/Misc/EncodingAlphabetTests.pas
@@ -8,20 +8,17 @@
8
9
interface
10
11
-{$IFDEF FPC}
12
uses
+ SysUtils,
13
+{$IFDEF FPC}
14
fpcunit,
15
testregistry,
- SbpICodingAlphabet,
16
- SbpBase16Alphabet,
17
- SimpleBaseLibTestBase;
18
{$ELSE}
19
-uses
20
TestFramework,
+{$ENDIF FPC}
21
SbpICodingAlphabet,
22
SbpBase16Alphabet,
23
SimpleBaseLibTestBase;
24
-{$ENDIF FPC}
25
26
type
27
TTestEncodingAlphabet = class(TSimpleBaseLibTestCase)
0 commit comments