diff options
Diffstat (limited to 'test/Modules/cstd.m')
-rw-r--r-- | test/Modules/cstd.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/cstd.m b/test/Modules/cstd.m index 1752cd3..e262c7e 100644 --- a/test/Modules/cstd.m +++ b/test/Modules/cstd.m @@ -13,7 +13,7 @@ void test_fprintf(FILE *file) { fprintf(file, "Hello, modules\n"); } -// Supplied by compiler, which forwards to the the "/usr/include" version. +// Supplied by compiler, which forwards to the "/usr/include" version. @__experimental_modules_import cstd.stdint; my_awesome_nonstandard_integer_type value; |