mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
parent
5e069a64d4
commit
d932948fb4
954 changed files with 1095 additions and 1342 deletions
|
@ -23,7 +23,7 @@
|
|||
TEST(ParseAsmdown, test) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.h\"\n\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
/ Returns absolute value of double.\n\
|
||||
|
@ -86,7 +86,7 @@ tinymath_acos:\n\
|
|||
TEST(ParseAsmdown, testAlias) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.h\"\n\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
/ Returns arc cosine of 𝑥.\n\
|
||||
|
@ -136,7 +136,7 @@ tinymath_acos:\n\
|
|||
TEST(ParseAsmdown, testClangIsEvil) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.h\"\n\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
// Returns arc cosine of 𝑥.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue