mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:09:25 +02:00
* couple of wrong test runner directives fixed
This commit is contained in:
parent
6972d16c3a
commit
c3a9b67118
@ -1,5 +1,5 @@
|
||||
{ %CPU=AARCH64 }
|
||||
{ %OPT--O2 }
|
||||
{ %OPT=-O2 }
|
||||
program teontest1;
|
||||
|
||||
{ This test evaluates the AArch64 node parsing code that converts an
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %CPU=AARCH64 }
|
||||
{ %OPT--O2 }
|
||||
{ %OPT=-O2 }
|
||||
program teontest2;
|
||||
|
||||
{ This test evaluates the AArch64 node parsing code that converts an
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %CPU=AARCH64 }
|
||||
{ %OPT--O2 }
|
||||
{ %OPT=-O2 }
|
||||
program teontest3;
|
||||
|
||||
{ This test evaluates the AArch64 node parsing code that converts an
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %CPU=AARCH64 }
|
||||
{ %OPT--O2 }
|
||||
{ %OPT=-O2 }
|
||||
program teontest4;
|
||||
|
||||
{ This test evaluates the AArch64 node parsing code that converts an
|
||||
|
Loading…
Reference in New Issue
Block a user