From 02e2988aaee0b6d9408302e29aeead686af04c1c Mon Sep 17 00:00:00 2001
From: Rastamo <42067541+Rastamo@users.noreply.github.com>
Date: Sun, 11 Oct 2020 13:14:11 +0200
Subject: [PATCH] primitive_types6 mode changed to test

primitive_types6 exercise was changed to test yesterday, but info.toml file wasn't updated.
I think this change should fix it.
---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index 28bf24d..2d0abdb 100644
--- a/info.toml
+++ b/info.toml
@@ -210,7 +210,7 @@ of the tuple. You can do it!!"""
 [[exercises]]
 name = "primitive_types6"
 path = "exercises/primitive_types/primitive_types6.rs"
-mode = "compile"
+mode = "test"
 hint = """
 While you could use a destructuring `let` for the tuple here, try
 indexing into it instead, as explained in the last example of the