summary refs log tree commit diff stats
path: root/tests/ic/tstdlib_import_changed.nim
blob: da69a53b50c2f7743cba4627798295467cbbbb75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
discard """
  output: '''yes'''
"""

echo "yes"

#!EDIT!#

discard """
  output: '''yes2'''
"""

import std / [monotimes]
#discard getMonoTime()
echo "yes2"