* couple of wrong test runner directives fixed

This commit is contained in:
florian 2025-01-26 10:33:54 +01:00
parent 6972d16c3a
commit c3a9b67118
4 changed files with 20 additions and 20 deletions

View File

@ -1,5 +1,5 @@
{ %CPU=AARCH64 }
{ %OPT--O2 }
{ %OPT=-O2 }
program teontest1;
{ This test evaluates the AArch64 node parsing code that converts an

View File

@ -1,5 +1,5 @@
{ %CPU=AARCH64 }
{ %OPT--O2 }
{ %OPT=-O2 }
program teontest2;
{ This test evaluates the AArch64 node parsing code that converts an

View File

@ -1,5 +1,5 @@
{ %CPU=AARCH64 }
{ %OPT--O2 }
{ %OPT=-O2 }
program teontest3;
{ This test evaluates the AArch64 node parsing code that converts an

View File

@ -1,5 +1,5 @@
{ %CPU=AARCH64 }
{ %OPT--O2 }
{ %OPT=-O2 }
program teontest4;
{ This test evaluates the AArch64 node parsing code that converts an