mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-15 17:12:28 +00:00
Fix build issues
This commit is contained in:
parent
24666e121d
commit
2045e87b7c
3 changed files with 14 additions and 14 deletions
|
@ -23,7 +23,7 @@
|
|||
TEST(ParseAsmdown, test) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
#include \"libc/macros.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
/ Returns absolute value of double.\n\
|
||||
|
@ -87,7 +87,7 @@ tinymath_acos:\n\
|
|||
TEST(ParseAsmdown, testAlias) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
#include \"libc/macros.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
/ Returns arc cosine of 𝑥.\n\
|
||||
|
@ -137,7 +137,7 @@ tinymath_acos:\n\
|
|||
TEST(ParseAsmdown, testClangIsEvil) {
|
||||
struct Asmdown *ad;
|
||||
const char *s = "\
|
||||
#include \"libc/macros.internal.h\"\n\
|
||||
#include \"libc/macros.h\"\n\
|
||||
.source __FILE__\n\
|
||||
\n\
|
||||
// Returns arc cosine of 𝑥.\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue