Skip to content

Commit

Permalink
Fix missing "runtime_info" package documentation
Browse files Browse the repository at this point in the history
It wasn't being built as part of testing/documentation for standard
library.
  • Loading branch information
SeanTAllen committed Jan 5, 2024
1 parent 40f3826 commit bd6e482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stdlib/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ actor \nodoc\ Main is TestList
process.Main.make().tests(test)
promises.Main.make().tests(test)
random.Main.make().tests(test)
runtime_info.Main.make().tests(test)
serialise.Main.make().tests(test)
strings.Main.make().tests(test)
time.Main.make().tests(test)
Expand Down

0 comments on commit bd6e482

Please sign in to comment.