Skip to content

Commit

Permalink
Fix health. (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Jan 4, 2022
1 parent 087d443 commit 4a67a30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/health/examples__ntp__ntp.toit.gold
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<...>/examples/ntp/package.lock:5:10: error: Package 'github.com/toitlang/pkg-ntp-1.0.0' not found
url: github.com/toitlang/pkg-ntp
^~~~~~~~~~~~~~~~~~~~~~~~~~~
examples/ntp/ntp.toit:5:8: error: Package 'pkg-ntp' for prefix 'ntp' not found
import ntp
^~~
examples/ntp/ntp.toit:10:15: error: Unresolved identifier: 'synchronize'
sync := ntp.synchronize
^~~~~~~~~~~

0 comments on commit 4a67a30

Please sign in to comment.