Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/mormot2tests.dpr

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greeting

Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ uses
test.orm.threads in '.\test.orm.threads.pas',
test.orm.network in '.\test.orm.network.pas',
test.soa.core in '.\test.soa.core.pas',
test.soa.network in '.\test.soa.network.pas'
test.soa.network in '.\test.soa.network.pas',
test.ui.pdf in '.\test.ui.pdf.pas';


Expand Down