about summary refs log tree commit diff stats
path: root/cpp/050scenario
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 11:22:59 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 11:22:59 -0700
commit2199940af170456929a3c4fe4d07d25afea6ae55 (patch)
tree178c2f4a4188c19da3bfd1a0b3f32ec6a82880e6 /cpp/050scenario
parentc18e17f22feaf308376f53f2f61775ddad0e4a9d (diff)
downloadmu-2199940af170456929a3c4fe4d07d25afea6ae55.tar.gz
1077
Diffstat (limited to 'cpp/050scenario')
-rw-r--r--cpp/050scenario1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/050scenario b/cpp/050scenario
index c595ce82..9c29d971 100644
--- a/cpp/050scenario
+++ b/cpp/050scenario
@@ -1,4 +1,5 @@
 //: Allow tests to be written in mu files.
+
 :(before "End Types")
 struct scenario {
   string name;
dinus@inventati.org> 2020-03-14 16:23:53 +0530 committer Andinus <andinus@inventati.org> 2020-03-14 16:23:53 +0530 Split project into multiple programs' href='/andinus/cetus/commit/README.org?h=v0.6.8&id=a7e66bc241524caf1accf02966c76f436fa19210'>a7e66bc ^
50871fc ^






























f0a905d ^
b34b873 ^


a7e66bc ^


b34b873 ^

6849d7f ^
b34b873 ^
f755d1d ^

7552361 ^


f755d1d ^












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