diff options
Diffstat (limited to 'cpp/025trace')
-rw-r--r-- | cpp/025trace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/025trace b/cpp/025trace index 247a9dc7..017c24b9 100644 --- a/cpp/025trace +++ b/cpp/025trace @@ -1,6 +1,6 @@ //: Allow mu programs to log facts just like we've been doing in C++ so far. -:(scenario "trace") +:(scenario trace) recipe main [ trace [foo], [this is a trace in mu] ] |