summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authormagnusrodseth <59113973+magnusrodseth@users.noreply.github.com>2022-08-17 12:50:34 +0200
committermagnusrodseth <59113973+magnusrodseth@users.noreply.github.com>2022-08-17 12:50:34 +0200
commit52a29aa84be2a89894f2ad1f5ebdcf153c49f399 (patch)
treed75521e6316b37fe43e8f59dfb96f9a47f2010a6 /info.toml
parentd0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (diff)
test: Convert main function to working tests
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 9aa11e8..8bce721 100644
--- a/info.toml
+++ b/info.toml
@@ -545,7 +545,7 @@ is the easiest, but how do you do it safely so that it doesn't panic in your fac
[[exercises]]
name = "options2"
path = "exercises/options/options2.rs"
-mode = "compile"
+mode = "test"
hint = """
check out:
https://doc.rust-lang.org/rust-by-example/flow_control/if_let.html