Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 20, 2024
1 parent 6f550c1 commit 12a6f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stdlib/_jou_startup.jou
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# A call to the _jou_windows_startup() function is inserted to the
# start of every Jou program when compiling for Windows.
# On many platforms, a call to the _jou_startup() function is inserted to
# the start of main() in every Jou program.
#
# On Windows, the C "global variables" stdin, stdout and stderr are
# actually macros:
Expand Down
2 changes: 1 addition & 1 deletion tests/should_succeed/compiler_cli.jou
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main() -> int:

# Test that double-verbose kinda works, without asserting the output in too much detail.
# See README for an explanation of why CFG is twice.
# TODO: shouldn't need to hide special stdlib/_... files, ideally it would be precompiled
# TODO: shouldn't need to hide special stdlib/_... files, ideally they would be precompiled
run_jou("-vv examples/hello.jou | grep === | grep -v stdlib/io.jou | grep -v stdlib/_")
# Output: ===== Tokens for file "examples/hello.jou" =====
# Output: ===== AST for file "examples/hello.jou" =====
Expand Down

0 comments on commit 12a6f22

Please sign in to comment.