about summary refs log tree commit diff stats
path: root/050scenario.cc
diff options
context:
space:
mode:
Diffstat (limited to '050scenario.cc')
-rw-r--r--050scenario.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/050scenario.cc b/050scenario.cc
index b177cab9..cdfab9c5 100644
--- a/050scenario.cc
+++ b/050scenario.cc
@@ -32,6 +32,7 @@ scenario foo [
     2 <- 13
   ]
 ]
+# checks are inside scenario
 
 :(scenario scenario_check_memory_and_trace)
 scenario foo [
@@ -49,6 +50,7 @@ scenario foo [
     a: x y z
   ]
 ]
+# checks are inside scenario
 
 //:: Core data structure
 
@@ -220,7 +222,6 @@ void test_maybe_make_raw() {
 def scenario-foo [
   1:number <- copy 34
 ]
-
 def scenario-foo [
   1:number <- copy 35
 ]
@@ -659,6 +660,7 @@ def main [
   ]
   check-trace-count-for-label 1, [a]
 ]
+# checks are inside scenario
 
 :(before "End Primitive Recipe Declarations")
 CHECK_TRACE_COUNT_FOR_LABEL,
/src/profanity.h?id=029a0161035778c3e2803f44cfda4b4cb801ceb5'>^
c3b0e804 ^
b9ab5d9f ^

731dabd7 ^
ce6f2276 ^
310d712d ^
346ed2a8 ^
310d712d ^
9f00ef14 ^
b5e06a07 ^

02224ea7 ^
a574f7ff ^


bfc9e9a7 ^
c3b0e804 ^
28b17238 ^
e45e6c46 ^
4493f555 ^



be2fb1c8 ^

54e591fe ^
181669a8 ^
b4ea35d4 ^

181669a8 ^

645d1b74 ^

b4ea35d4 ^
81f92929 ^
49676e3f ^

bd3f1d15 ^

b3e1d473 ^

b6095ca9 ^


118d97cd ^

e955df88 ^

bced3d4b ^
b960b760 ^
7bd7c159 ^
e2bc9bde ^

90ac69be ^

65c09db1 ^
0e5d277c ^
dace47e5 ^

d5e9ca64 ^

28b17238 ^
5d9c7ffd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90