From 36ae04f03785e46c23716fdd6ea92eab79e584e3 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 31 Aug 2026 15:49:39 +0200 Subject: [PATCH] remove a test --- tests/ic/tstdlib_import_changed.nim | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/ic/tstdlib_import_changed.nim diff --git a/tests/ic/tstdlib_import_changed.nim b/tests/ic/tstdlib_import_changed.nim deleted file mode 100644 index da69a53b50..0000000000 --- a/tests/ic/tstdlib_import_changed.nim +++ /dev/null @@ -1,15 +0,0 @@ -discard """ - output: '''yes''' -""" - -echo "yes" - -#!EDIT!# - -discard """ - output: '''yes2''' -""" - -import std / [monotimes] -#discard getMonoTime() -echo "yes2"