From a0b9fa55a0e00a9dcf82ecfa081152ab5296b424 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Feb 2016 11:29:42 -0800 Subject: 2704 - eradicate all mention of warnings from core --- 032array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '032array.cc') diff --git a/032array.cc b/032array.cc index 8adefe30..250e915b 100644 --- a/032array.cc +++ b/032array.cc @@ -126,7 +126,7 @@ container foo [ ] $error: 0 -:(scenario container_warns_on_dynamic_array_element) +:(scenario container_disallows_dynamic_array_element) % Hide_errors = true; container foo [ x:array:number -- cgit 1.4.1-2-gfad0 ='84f7026e82716e75a04ae08bd5f2e820770b3117'/> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/build
blob: 073da7201bb998390ee262922c6d920db3b9bf39 (plain) (tree)
1
2
3
4
5
6
7
8