From 4fa86422c057ae0615a6f06a6fd0a538e1bce029 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:37:58 +0800 Subject: stdlib tests now check refc too (#21664) * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch --- tests/stdlib/tstrscans.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stdlib/tstrscans.nim') diff --git a/tests/stdlib/tstrscans.nim b/tests/stdlib/tstrscans.nim index e30c86279..ae7fd98ca 100644 --- a/tests/stdlib/tstrscans.nim +++ b/tests/stdlib/tstrscans.nim @@ -1,5 +1,5 @@ discard """ - output: "" + matrix: "--mm:refc; --mm:orc" """ import std/[strscans, strutils, assertions] -- cgit 1.4.1-2-gfad0 ue='7dfadb8b4e95d09981fbeb01d85b12f23946c3e7'>this commit This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/doc/docgen_sample.nim
blob: 06b8d7f8e2ce0b96c2a2d058f695a4d72488cc69 (plain) (tree)
1
2
3
4
5
6
7
8
9