Skip to content
Snippets Groups Projects
Commit 94812bfa authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] update newlines in oracle

parent 8221a9a1
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@
__retres = 8388607 - 1;
return __retres;
}
......@@ -51,6 +53,8 @@ Note: we can't use only -D below, as the __fc_machdep.h define takes precedence.
__retres = 8388607 - 42;
return __retres;
}
......@@ -81,6 +85,8 @@ corresponding `-save` was performed
__retres = 8388607 - 1;
return __retres;
}
......@@ -107,3 +113,5 @@ corresponding `-save` was performed
__retres = 8388607 - 1;
return __retres;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment